<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>unobtrusive assessment of social interactions in autism &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/unobtrusive-assessment-of-social-interactions-in-autism/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sun, 20 Sep 2026 23:52:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>unobtrusive assessment of social interactions in autism &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>AI Learns to Spot Eye Contact Between Autistic Children and Clinicians During Free Play</title>
		<link>https://scienmag.com/ai-learns-to-spot-eye-contact-between-autistic-children-and-clinicians-during-free-play/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Sun, 20 Sep 2026 23:52:19 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[advanced AI frameworks for social behavior analysis]]></category>
		<category><![CDATA[AI tools for measuring eye contact in children]]></category>
		<category><![CDATA[AI-based eye contact detection in autism assessment]]></category>
		<category><![CDATA[autism spectrum disorder]]></category>
		<category><![CDATA[automated social engagement analysis through deep learning]]></category>
		<category><![CDATA[automatic coding of eye contact during free play]]></category>
		<category><![CDATA[behavioral coding]]></category>
		<category><![CDATA[clinical assessment]]></category>
		<category><![CDATA[computer vision]]></category>
		<category><![CDATA[computer vision in autism diagnosis]]></category>
		<category><![CDATA[deep learning]]></category>
		<category><![CDATA[enhancing clinical autism assessments with AI technology]]></category>
		<category><![CDATA[eye contact]]></category>
		<category><![CDATA[free play assessment]]></category>
		<category><![CDATA[Grad-CAM]]></category>
		<category><![CDATA[machine learning for autism social behavior markers]]></category>
		<category><![CDATA[multi-modal video analysis for autism research]]></category>
		<category><![CDATA[multi-view video]]></category>
		<category><![CDATA[multi-view video analysis for autism diagnostics]]></category>
		<category><![CDATA[optical flow]]></category>
		<category><![CDATA[real-time eye contact recognition in clinical settings]]></category>
		<category><![CDATA[ResNet-50]]></category>
		<category><![CDATA[social behavior recognition]]></category>
		<category><![CDATA[unobtrusive assessment of social interactions in autism]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=204172</guid>

					<description><![CDATA[A multi-view deep learning framework can objectively recognize clinically defined mutual eye contact between children and assessors during naturalistic free play, achieving F1 scores above 0.90.]]></description>
										<content:encoded><![CDATA[<p>Mutual eye contact is one of the most powerful signals in human social life. It conveys attention, intimacy, trust, and emotional state, and its absence early in development has long been recognized as a clinically meaningful marker of atypical social development, most notably in autism spectrum disorder. Yet the tools clinicians use to measure it remain stubbornly low-tech: trained observers watch recorded sessions and manually code when eye contact begins and ends, a process that is slow, expensive, and vulnerable to human bias and error. Now, a team of researchers from the University of Sydney, the Chinese University of Hong Kong, Shanghai Jiao Tong University, and collaborating institutions has unveiled an artificial intelligence framework that can automatically detect clinically defined eye contact between children and assessors during real, unscripted free play sessions—potentially transforming how social engagement is quantified in clinical assessments.</p>
<p>The study, published in the journal Cognitive Computation, introduces a multi-modal, multi-view deep learning framework called the Multi-Modal Social Behavior Recognition (MSBR) system. Unlike eye-tracking glasses or constrained single-camera setups, the framework relies on four synchronized, wall-mounted high-definition cameras capturing complementary views of a clinical assessment room. Children—103 diagnosed with autism and 33 typically developing controls, all aged 3 to 12 years—completed semi-structured 60-minute social interaction sessions that included a five-minute free play task. During free play, children could choose toys, move around the room, and interact spontaneously with an assessor and, at times, their caregivers. Crucially, no wearable devices were attached to the children, avoiding the calibration drift, facial obstruction, and sensory discomfort that plague head-mounted eye trackers, particularly in children with sensory sensitivities.</p>
<p>Defining what counts as eye contact was a careful clinical exercise. For this study, an eye contact event was defined as the child directing visual attention toward the eyes of the co-located assessor while the assessor simultaneously maintained eye contact with the child. The researchers stress that this is a video-observed behavioral event, not a measurement of gaze vectors, ocular fixation, or gaze angle. Two trained coders with domain knowledge annotated the start and end times of each mutual eye contact event using the MATLAB Video Labeler, achieving moderate to high inter-rater reliability, with mean Cohen&#8217;s Kappa values of 0.72 in the typically developing group and 0.84 in the autism group. Ambiguous cases—such as distinguishing genuine mutual eye contact from general face-looking—were reviewed and resolved with lead clinical researchers according to strict coding criteria.</p>
<p>The scale of the annotated dataset reflects the rarity of the target behavior. Across 136 videos totaling 733 minutes of recording, mutual eye contact events were identified in 77 autistic children and 25 typically developing children, totaling just 567 seconds of cumulative eye contact. The framework&#8217;s developers trimmed the videos into clips labeled either &#8220;Eye Contact&#8221; or &#8220;Other,&#8221; yielding 1,726 eye contact clips and 2,435 non-eye-contact clips. Each clip was then decoded into two complementary visual representations: RGB frames capturing static appearance, and optical flow images capturing motion patterns between consecutive frames. This dual representation feeds the framework&#8217;s two branches—a spatial-domain branch processing single RGB frames and a temporal-domain branch processing sequences of optical flow images—both built on the ResNet-50 convolutional backbone within a Temporal Segment Network architecture.</p>
<p>Training the model on such imbalanced data required careful engineering. Because most of the free play time did not involve eye contact, the researchers used randomly sampled, fixed-length sequences from long clips, increasing exposure to positive eye contact events while preventing the model from being dominated by lengthy &#8220;Other&#8221; segments. Data augmentation techniques, including MultiScaleCrop for the RGB branch and RandomResizedCrop for the optical flow branch, were applied only to training data, with all images resized to 224 by 224 pixels and horizontally flipped with 50 percent probability. The model was trained in PyTorch on two NVIDIA GeForce RTX 2080Ti GPUs using Adam optimization with a cosine annealing learning rate scheduler, for up to 300 epochs with categorical cross-entropy loss.</p>
<p>A methodological hallmark of the study is its rigorous participant-independent evaluation. The researchers used five-fold stratified cross-validation with participant-level partitioning: within each fold, 60 percent of unique participants were allocated to training, 20 percent to validation, and 20 percent to held-out testing, ensuring that no participant&#8217;s data appeared in more than one partition. Autistic and typically developing children were stratified across partitions to maintain group representation. Hyperparameters were tuned exclusively on validation sets, and held-out test data were reserved for final evaluation, providing a robust measure of how the model performs on children it has never seen.</p>
<p>The results were striking. A fused single-view model achieved F1 scores of 0.85 for eye contact behavior and 0.90 for non-eye-contact behavior. But the multi-view fusion of predictions from all four cameras pushed performance to an F1 score of 0.92 for eye contact and 0.94 for &#8220;Other&#8221; behaviors, with a Top-1 accuracy of 0.94 for the best fused configuration. Paired fold-level comparisons confirmed that multi-view prediction significantly outperformed single-view prediction across all modalities and diagnostic groups, with mean paired F1 improvements of 0.065 for eye contact and 0.044 for non-eye-contact behaviors and very large fold-level effect sizes. Notably, no statistically significant performance differences emerged between the autism and typically developing groups, and the spatial-domain RGB models outperformed temporal optical flow models—an outcome the authors attribute to the transient, small-amplitude nature of eye contact movements, which makes motion features difficult to extract.</p>
<p>Interpretability received dedicated attention. Using Gradient-weighted Class Activation Mapping, or Grad-CAM, the team generated heatmaps showing which image regions drove the model&#8217;s classifications. In the deeper convolutional layers, activation concentrated around faces, upper bodies, and interaction-relevant areas such as toys being manipulated—precisely the visual information clinicians and trained coders rely on when distinguishing mutual eye contact from its absence. The authors caution, however, that these visualizations are qualitative and do not demonstrate that the model estimates gaze vectors directly; they indicate associations, not causal explanations of the model&#8217;s decision process.</p>
<p>The study&#8217;s limitations are candidly acknowledged. The framework was trained and evaluated within a specific four-camera clinical setup and a particular age range, and external validation across independent sites has not yet been performed. The system recognizes video-observed behavioral events rather than measuring physiological gaze, so future work should validate these clinically defined behaviors against eye-tracking or gaze-estimation methods. The substantial manual annotation burden remains a challenge, motivating future development of weakly supervised or action localization approaches. Privacy, secure data governance, and deployment feasibility also demand attention, though the models&#8217; relatively modest footprint—about 23.5 million parameters and 89.7 MiB of FP32 storage per modality—suggests that deployment on GPU-enabled workstations or edge-computing platforms may be feasible, and privacy-preserving frameworks using de-identified features offer a promising direction.</p>
<p>Even with these caveats, the implications are considerable. An objective, video-derived behavioral marker of mutual eye contact could relieve clinicians of hours of manual video coding, reduce subjective bias, and enable scalable, quantitative assessment of social engagement consistent with established clinical criteria. Such a tool could support more detailed behavioral characterization in autism research and inform future clinical decision-support systems, while preserving the ecological richness of spontaneous multi-person interaction—toy play, variable body orientation, free movement, and unscripted engagement—that constrained laboratory paradigms sacrifice. The researchers envision extending the framework to additional behavioral modalities, including gesture dynamics, body movement, speech features, and audio-visual interaction patterns, moving toward a comprehensive digital characterization of children&#8217;s social behavior. If validated across independent clinical sites and integrated with complementary gaze-measurement technologies, multi-view AI frameworks of this kind could become a routine component of developmental assessment, turning ordinary clinical video into rigorous, quantifiable evidence about how children connect with the people around them.</p>
<p><strong>Subject of Research:</strong> Automated multi-view deep learning recognition of clinically defined eye contact between children and assessors during free play autism assessments</p>
<p><strong>Article Title:</strong> Naturalistic Social Dyads Assessment In Free Play: A Multi-view Framework For Recognizing Co-located Eye Contact Between Children and Their Assessors</p>
<p><strong>Article References:</strong> Sun, C., Guastella, A. J., Ouyang, W., Zhou, L., Thapa, R., Thomas, E. E., Zhao, H., &amp; McEwan, A. (2026). Naturalistic Social Dyads Assessment In Free Play: A Multi-view Framework For Recognizing Co-located Eye Contact Between Children and Their Assessors. <em>Cognitive Computation, 18</em>(1), Article 110. <a href="https://doi.org/10.1007/s12559-026-10659-7" rel="noopener noreferrer">https://doi.org/10.1007/s12559-026-10659-7</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s12559-026-10659-7" rel="noopener noreferrer">10.1007/s12559-026-10659-7</a></p>
<p><strong>Keywords:</strong> eye contact, autism spectrum disorder, deep learning, multi-view video, free play assessment, social behavior recognition, computer vision, Grad-CAM, behavioral coding, clinical assessment, optical flow, ResNet-50</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">204172</post-id>	</item>
	</channel>
</rss>
