<?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>adolescent health monitoring &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/adolescent-health-monitoring/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 05 Sep 2026 13:20:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>adolescent health monitoring &#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>Multimodal fusion boosts recognition of teen sports and abnormal health behaviors</title>
		<link>https://scienmag.com/multimodal-fusion-boosts-recognition-of-teen-sports-and-abnormal-health-behaviors/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Sat, 05 Sep 2026 13:20:08 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[abnormal health behavior detection in teenagers]]></category>
		<category><![CDATA[adolescent health monitoring]]></category>
		<category><![CDATA[adolescent obesity and myopia monitoring]]></category>
		<category><![CDATA[AI-based detection of abnormal health behaviors]]></category>
		<category><![CDATA[AI-based physical activity tracking]]></category>
		<category><![CDATA[artificial intelligence in physical activity assessment]]></category>
		<category><![CDATA[challenges in traditional adolescent health assessment]]></category>
		<category><![CDATA[depth-camera and wearable sensor fusion]]></category>
		<category><![CDATA[depth-camera video analysis for adolescent movement]]></category>
		<category><![CDATA[early detection of obesity and myopia in youth]]></category>
		<category><![CDATA[health behavior surveillance in teenagers]]></category>
		<category><![CDATA[improving youth health monitoring accuracy]]></category>
		<category><![CDATA[machine learning for sports and health behavior analysis]]></category>
		<category><![CDATA[multimodal AI systems for sports recognition]]></category>
		<category><![CDATA[multimodal data fusion in sports recognition]]></category>
		<category><![CDATA[objective assessment of youth fitness]]></category>
		<category><![CDATA[objective measurement of adolescent physical health]]></category>
		<category><![CDATA[public health implications of AI monitoring]]></category>
		<category><![CDATA[scalable solutions for youth health surveillance]]></category>
		<category><![CDATA[sensor data analysis for health behavior]]></category>
		<category><![CDATA[sports movement recognition technology]]></category>
		<category><![CDATA[wearable inertial sensors for youth activity tracking]]></category>
		<guid isPermaLink="false">https://scienmag.com/multimodal-fusion-boosts-recognition-of-teen-sports-and-abnormal-health-behaviors/</guid>

					<description><![CDATA[In a development that could reshape how schools, coaches, and clinicians keep track of adolescent physical health, researchers have unveiled an artificial intelligence system that fuses depth-camera video and wearable inertial sensor data to recognize sports movements and flag abnormal health behaviors with an accuracy exceeding 90 percent. The study, published in the journal Discover [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In a development that could reshape how schools, coaches, and clinicians keep track of adolescent physical health, researchers have unveiled an artificial intelligence system that fuses depth-camera video and wearable inertial sensor data to recognize sports movements and flag abnormal health behaviors with an accuracy exceeding 90 percent. The study, published in the journal Discover Artificial Intelligence, tackles a problem that has long frustrated public health researchers: adolescents are moving less, getting fatter, and becoming more nearsighted, yet the tools used to monitor their physical activity remain crude, subjective, and fragmented.</p>
<p>The urgency behind the work is stark. Over the past decade, moderate-to-vigorous physical activity among adolescents has dropped by roughly 40 percent, according to figures cited in the study. In developing countries, about a third of urban teenagers are now overweight or obese by World Health Organization standards, and in regions with intense academic workloads, nearly two-thirds of children suffer from myopia. Traditional monitoring approaches—questionnaires and manual observation by teachers or coaches—are ill-suited to the scale of the problem. Self-reported activity levels diverge from accelerometer-measured reality by 25 to 38 percent in meta-analyses, a gap the authors attribute to cognitive and memory biases. Manual observation, meanwhile, cannot possibly cover the full breadth of a teenager&#8217;s daily activities, and both methods yield fragmented snapshots rather than the continuous behavioral profiles needed to design personalized interventions.</p>
<p>The new system, developed by Di Dai and Yuanyuan Fan, attacks these limitations at both the hardware and algorithmic levels. On the hardware side, the architecture envisions a ZigBee-networked array of wearable devices—oxygen sensors, carbon dioxide sensors, and piezoelectric thin-film sensors—combined with inertial measurement units and depth-video cameras. From the physiological streams, the system can derive peak oxygen uptake from the discrepancy between oxygen and carbon dioxide readings during exertion, respiratory entropy from the ratio of carbon dioxide production to oxygen consumption, and heart rate from photoplethysmography waveforms generated by the piezoelectric film as hemodynamic changes induce predictable optical scattering. Heart rate then serves as a baseline biometric to stabilize the other physiological readings. An XML and web middleware layer handles information interaction and command transmission, treating continuous, long-horizon monitoring as a first-class design constraint rather than an afterthought.</p>
<p>The algorithmic heart of the system lies in a novel multimodal fusion strategy built around two image-like representations. The first is the depth motion image, or DMI. Depth video sequences—captured as a set of depth image frames—contain rich spatiotemporal information about a moving body, including the cumulative effect of an action across time. The researchers map these depth sequences onto three orthogonal Cartesian planes (frontal, lateral, and horizontal) and compute, for each plane, the accumulated sum of absolute pixel-level differences between successive frames. Because different adolescent actions span different durations, the resulting DMIs vary in size, so all are uniformly rescaled to identical dimensions via bicubic interpolation. The second representation is the signal image: the six raw signal streams from a wearable inertial unit—triaxial angular velocity and triaxial acceleration—are stacked row by row in a carefully chosen interleaved ordering (1-2-3-4-5-6-1-3-5-2-4-6-1-4-1-5-2-5-3-6-4-3-2-6), so that every sequence sits adjacent to every other sequence and each appears four times, yielding a 24-column image in which a residual convolutional network can exploit hidden temporal dependencies between channels.</p>
<p>To sharpen feature representation further, both the DMIs and the signal images are processed with the local ternary pattern (LTP) operator, a texture descriptor that encodes each pixel neighborhood into three discrete levels: values exceeding a threshold n relative to the center pixel are labeled +1, values below it by more than n are labeled −1, and everything within the tolerance band is labeled 0. The resulting ternary codes are summed as powers of three into a compact pattern value. With the threshold n set to 5 in these experiments, LTP captures subtle motion patterns that raw intensity representations tend to wash out, and the LTP-processed images are treated as supplementary modalities alongside the originals.</p>
<p>Feature extraction then proceeds through a ResNet101 residual network, initialized from ImageNet-pretrained weights and fine-tuned separately on each modality stream—raw and LTP-processed DMIs on the depth side, raw and LTP-processed signal images on the inertial side. The features from each pair are concatenated into per-modality descriptors, and here the study makes its most consequential design choice: rather than simply concatenating the two 2048-dimensional feature vectors or relying on canonical correlation analysis (CCA), the authors apply discriminant correlation analysis (DCA), a class-aware fusion technique that solves a generalized eigenvalue problem to find projection directions maximizing between-class scatter while suppressing within-class scatter.</p>
<p>The distinction matters because adolescent sports actions exhibit both large within-class variation—different subjects, viewpoints, speeds, and equipment—and substantial between-class similarity in short segments. The take-off phase of a sprint, for instance, produces visual and inertial descriptors nearly indistinguishable from the take-off of a standing long jump. CCA, which maximizes only the overall correlation between two modality sets, tends to preserve directions along which both within-class variation and between-class similarity are large, leaving the fused representation weakly discriminative. DCA instead whitens the inter-class scatter matrix of each modality, reduces it to a low-dimensional space via singular value decomposition of the inter-set correlation matrix, and aligns the two modalities so that non-zero correlations exist only between counterpart features of the same class. The transformed features are then combined by summation—chosen for its reduced dimensionality and computational efficiency—and fed into a multi-class support vector machine with a radial basis function kernel, penalty parameter C set to 1, solved through one-versus-one decomposition.</p>
<p>Experimental validation was carried out on the publicly available UTD-MHAD multimodal benchmark, which provides synchronized Kinect depth video and six-axis inertial signals. From the full 27-action set, the authors selected five sports-relevant classes representative of adolescent physical activity: basketball shoot, bowling, tennis serve, baseball swing, and tennis swing. Following the standard cross-subject protocol, samples from odd-indexed subjects trained the model while even-indexed subjects were held out for testing, with 10 percent of the training data reserved for hyperparameter selection. To guard against the luck of a single random draw, training was repeated across ten random seeds, and a four-fold subject-wise cross-validation provided an additional stability check. All experiments ran in MATLAB R2019b on an Intel Xeon Gold 5115 CPU with an NVIDIA Quadro P4000 GPU, using stochastic gradient descent with momentum at an initial learning rate of 0.001 and a batch size of 32 over 50 epochs per stream. DCA retained the top four discriminant directions from each modality, compressing the two 2048-dimensional streams into a shared four-dimensional discriminant space.</p>
<p>The results were decisive. Training accuracy stabilized between 0.94 and 0.96, and on the held-out test set the system surpassed 90 percent recognition accuracy across the five action categories, with most classes reaching upper-90 percent accuracy. F1 scores hovered close to 1 across all categories, indicating balanced precision and recall. Confusions that did remain concentrated in action pairs sharing similar take-off or upper-body signatures—precisely the class-similarity problem the DCA fusion was designed to address. An ablation study isolating the fusion operator, with backbones and classifier held fixed, showed that DCA-based fusion consistently beat both direct concatenation and CCA-based fusion across the ten repeated runs, with the paired t-test confirming the advantage over concatenation was statistically significant. The authors attribute the weakness of direct concatenation to its doubled 4096-dimensional feature space, which, under limited training samples, dilutes the discriminative signal—a problem DCA sidesteps by learning separate class-aware projections for each modality.</p>
<p>The study positions itself carefully against the 2025 state of the art. Multimodal frameworks such as MAF-Net, which combines skeleton and inertial streams through weighted late fusion, report 92.0 percent on the full UTD-MHAD cross-subject protocol, while XTinyHAR, a distillation-based transformer compressing a multimodal teacher into an inertial-only student, reaches 98.71 percent. The authors note these reference numbers are not strictly protocol-matched to their five-class experiment, but they argue their pipeline offers a lighter, single-pass alternative that requires neither a large distillation teacher nor heavy attention stacks while retaining an explicit inter-class separability objective at the fusion stage—a meaningful trade-off for systems that must run continuously on modest edge hardware in schools and clinics.</p>
<p>Beyond the leaderboard numbers, the work signals something larger: the maturing of image-encoded sensor representations as a practical paradigm. By converting raw time-series data into images, processing them with classical texture descriptors, and fusing them through a statistically principled, class-aware operator, the system demonstrates that robust adolescent health monitoring does not demand exotic architectures—only the right marriage of representation and fusion. As the authors conclude, the framework provides technical support for the sustainable design of dynamic monitoring systems, offering a meaningful step toward addressing the growing toll of physical inactivity on the next generation. With the physiological sensing branch of the architecture awaiting controlled data collection under ethics clearance, the stage is set for full multimodal deployment—depth cameras, inertial units, and metabolic sensors working in concert to watch over the health of adolescents around the clock.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Multimodal AI-based recognition of adolescent sports and abnormal health behaviors using depth motion images, inertial signal images, and discriminant correlation analysis</p>
<p><strong>Article Title:</strong> DCA-based multimodal fusion for robust recognition of adolescent sports and abnormal health behaviors</p>
<p><strong>Article References:</strong> Dai, D., &amp; Fan, Y. (2026). DCA-based multimodal fusion for robust recognition of adolescent sports and abnormal health behaviors. <em>Discover Artificial Intelligence, 6</em>(1), Article 1061. <a href="https://doi.org/10.1007/s44163-026-02188-x" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s44163-026-02188-x</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s44163-026-02188-x" target="_blank" rel="noopener noreferrer">10.1007/s44163-026-02188-x</a></p>
<p><strong>Keywords:</strong> Adolescent health monitoring, multimodal feature fusion, discriminant correlation analysis, depth motion images, local ternary pattern, action recognition, wearable sensors, support vector machine, UTD-MHAD</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">188022</post-id>	</item>
		<item>
		<title>Urinary Lignan Metabolites Signal Adolescent Fat Distribution</title>
		<link>https://scienmag.com/urinary-lignan-metabolites-signal-adolescent-fat-distribution/</link>
		
		<dc:creator><![CDATA[Daisy Hatcher]]></dc:creator>
		<pubDate>Thu, 18 Dec 2025 19:17:55 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[adolescent fat distribution]]></category>
		<category><![CDATA[adolescent health monitoring]]></category>
		<category><![CDATA[biomarkers for metabolic health]]></category>
		<category><![CDATA[dietary intake and metabolism]]></category>
		<category><![CDATA[fat depot locations]]></category>
		<category><![CDATA[host-microbial interactions]]></category>
		<category><![CDATA[metabolic disorders early detection]]></category>
		<category><![CDATA[obesity-related complications]]></category>
		<category><![CDATA[plant-based polyphenols]]></category>
		<category><![CDATA[refining BMI limitations]]></category>
		<category><![CDATA[urinary lignan metabolites]]></category>
		<category><![CDATA[visceral fat identification]]></category>
		<guid isPermaLink="false">https://scienmag.com/urinary-lignan-metabolites-signal-adolescent-fat-distribution/</guid>

					<description><![CDATA[In a groundbreaking advancement poised to redefine adolescent health monitoring, a new study published in Pediatric Research illuminates the intricate relationship between urinary lignan metabolites and patterns of fat distribution in teenagers. This pioneering research by D’Oria, Abodi, Messina, and colleagues ventures into uncharted territory, positioning metabolites derived from lignans—plant-based polyphenols found predominantly in seeds, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In a groundbreaking advancement poised to redefine adolescent health monitoring, a new study published in <em>Pediatric Research</em> illuminates the intricate relationship between urinary lignan metabolites and patterns of fat distribution in teenagers. This pioneering research by D’Oria, Abodi, Messina, and colleagues ventures into uncharted territory, positioning metabolites derived from lignans—plant-based polyphenols found predominantly in seeds, whole grains, and vegetables—as potent biomarkers for discerning fat distribution nuances during adolescence. The implications are vast: from refining early detection strategies for metabolic disorders to personalizing interventions aimed at curbing obesity-related complications during a crucial developmental window.</p>
<p>Understanding fat distribution, beyond mere assessment of overall body fat, has emerged as a keystone in predicting metabolic health outcomes. While body mass index (BMI) remains a crude and widely used metric, it fails to capture the nuanced differences in fat depot locations, particularly distinguishing subcutaneous from visceral fat. Visceral fat, known for its metabolic activity and association with pathologies such as diabetes, cardiovascular disease, and insulin resistance, requires more precise biomarkers for early identification, especially in younger populations. This study&#8217;s spotlight on urinary lignan metabolites signals a paradigm shift—leveraging metabolic byproducts that reflect both dietary intake and host-microbial interactions to decode adipose tissue distribution.</p>
<p>Lignans undergo complex biotransformation mediated by gut microbiota, culminating in the production of mammalian lignans detected in urine. These microbial metabolites act as chemical footprints, encoding intricate information about diet, gut microbial ecology, and host metabolism. By profiling urinary lignan metabolites, the research team sought to correlate these biochemical signals with fat distribution metrics derived from sophisticated imaging modalities, thereby unveiling a non-invasive, scalable approach to deciphering adolescent adiposity gradients.</p>
<p>The methodology underpinning this investigation featured a meticulously curated adolescent cohort, spanning diverse demographic and lifestyle backgrounds to capture a representative snapshot. Urine samples were analyzed using advanced chromatographic and mass spectrometric techniques, affording high specificity and sensitivity in quantifying the lignan metabolite spectrum. Concurrently, participants underwent precise fat distribution assessments utilizing gold-standard techniques such as dual-energy X-ray absorptiometry (DEXA) and magnetic resonance imaging (MRI), enabling differentiation between visceral and subcutaneous fat stores.</p>
<p>Intriguingly, the data revealed robust associations between specific urinary lignan metabolites and the proportion of visceral adipose tissue, independent of traditional obesity indices. This suggests that these metabolites could serve not just as passive markers of diet or metabolism, but as active indicators of pathogenic fat accumulation. Such insights underscore the integral role of gut-microbiota-host metabolic crosstalk in shaping obesity phenotypes during adolescence, a developmental phase characterized by rapid physiological and hormonal transitions.</p>
<p>Delving deeper, the research delineated potential mechanistic pathways implicating lignan-related metabolites in modulating adipocyte function and systemic inflammation. Given that certain lignans exhibit antioxidant and estrogenic properties, their metabolic derivatives might influence adipogenesis and lipid mobilization, thus contributing to regional fat deposition patterns. These biochemical interactions highlight the complex interplay between diet, microbial metabolism, and host endocrine environments that orchestrate body composition trajectories in youths.</p>
<p>Moreover, from a clinical perspective, the utilization of urinary lignan metabolites as biomarkers offers a promising avenue for enhancing the precision of risk stratification in pediatric populations. Unlike invasive imaging modalities, urine sampling is straightforward, minimally burdensome, and amenable to repeated measures, facilitating longitudinal monitoring of adiposity changes and metabolic health progression. This methodological advantage aligns well with public health imperatives geared towards early intervention and personalized nutrition-based therapies.</p>
<p>The study also raises compelling questions about dietary modification and microbiome-targeted strategies as potential levers to alter fat distribution favorably. Given the microbial mediation required for lignans’ conversion to bioactive metabolites, interventions designed to optimize gut microbial composition—whether through prebiotics, probiotics, or dietary diversification—could feasibly shift metabolic signatures detectable in urine, thereby influencing fat deposition dynamics. This integrated metabolic perspective heralds a new frontier in adolescent obesity management.</p>
<p>From a broader epidemiological viewpoint, the emergence of urinary lignan metabolite profiling bridges critical gaps in understanding the heterogeneity underlying adolescent obesity. It moves beyond one-dimensional metrics towards layered biochemical phenotyping, enabling researchers to unravel complex disease pathways and population-level risk factors with greater fidelity. As the obesity epidemic continues to escalate globally, such granular insights are invaluable for crafting nuanced public health strategies tailored to vulnerable age groups.</p>
<p>The implications extend to developmental biology as well, shedding light on how early life exposures, including diet quality and microbial colonization, imprint lasting effects on body fat distribution. Given the plasticity of adolescent physiology, interventions that recalibrate metabolic networks during this window hold promise for long-term health benefits. This study thus contributes not only to metabolic epidemiology but also to the foundational understanding of adolescent growth and maturation processes.</p>
<p>Technologically, the integration of metabolomics, microbiome science, and imaging analytics in this research exemplifies the convergence of interdisciplinary approaches required to tackle complex health challenges. The high-throughput quantification of urinary lignans paired with sophisticated body composition measurements sets a benchmark for future investigations aiming to identify novel biomarkers of metabolic health in youth. Such multidimensional data harnessing is critical for decoding the multifactorial underpinnings of fat distribution beyond genetic predisposition alone.</p>
<p>In practice, implementing urinary lignan metabolite analysis into routine clinical or school-based screenings could democratize access to fat distribution assessment, enabling early identification of at-risk adolescents and timely referral for metabolic evaluation. This non-invasive modality could be especially transformative in resource-limited settings where access to advanced imaging is constrained, thereby enhancing equity in health surveillance.</p>
<p>Furthermore, the study aligns with rising interest in personalized nutrition and precision medicine, offering tangible molecular targets that reflect individual metabolic status and environmental interactions. Personalization of dietary recommendations based on lignan metabolite profiles may optimize nutritional interventions aimed at addressing unhealthy fat accumulation, fostering resilience against metabolic syndrome onset.</p>
<p>While the findings are compelling, the researchers note the necessity for longitudinal studies and larger, ethnically diverse cohorts to validate urinary lignan metabolites’ predictive power and causal relationship with fat distribution. Such future work would refine biomarker specificity, control for confounding factors, and elucidate temporal dynamics across adolescent development stages, amplifying the translational potential of this approach.</p>
<p>In summation, the study by D’Oria et al. heralds a new era of metabolically informed adolescent health research, where urinary lignan metabolites emerge as key biochemical sentinels revealing fat distribution intricacies linked to metabolic risk. This innovation portends transformative advances in early obesity diagnostics, personalized care, and preventative strategies that harness the synergistic potential of diet, microbiome, and host metabolism to foster healthier adolescent populations worldwide.</p>
<hr />
<p><strong>Subject of Research</strong>: Urinary lignan metabolites as biomarkers of fat distribution among adolescents.</p>
<p><strong>Article Title</strong>: Urinary lignans metabolites as biomarkers of fat distribution among adolescents.</p>
<p><strong>Article References</strong>:<br />
D’Oria, V., Abodi, M., Messina, L.A. <em>et al.</em> Urinary lignans metabolites as biomarkers of fat distribution among adolescents. <em>Pediatr Res</em> (2025). <a href="https://doi.org/10.1038/s41390-025-04681-y">https://doi.org/10.1038/s41390-025-04681-y</a></p>
<p><strong>Image Credits</strong>: AI Generated</p>
<p><strong>DOI</strong>: <a href="https://doi.org/10.1038/s41390-025-04681-y">https://doi.org/10.1038/s41390-025-04681-y</a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">119131</post-id>	</item>
	</channel>
</rss>
