circumference
The secret to guessing more accurately with maths
What do a 20th-century physicist, an 18th-century statistician and an ancient Greek philosopher have in common? They all knew how to extrapolate with incredible accuracy. Suppose I showed you a box and asked you to guess what is inside, without providing any more details. You might think this is completely impossible, but the nature of the container provides some information - the contents must be smaller than the box, for example, while a solid metal box can hold liquids and withstand temperatures that a cardboard box would struggle with. Is there a way to describe this process of guessing with limited information in a mathematically sensible way?
- North America > United States > Illinois > Cook County > Chicago (0.07)
- Africa > Middle East > Egypt > Alexandria Governorate > Alexandria (0.05)
- Marketing (0.42)
- Health & Medicine > Therapeutic Area (0.30)
Automated Deep Learning Estimation of Anthropometric Measurements for Preparticipation Cardiovascular Screening
Mareque, Lucas R., Armentano, Ricardo L., Cymberknop, Leandro J.
Preparticipation cardiovascular examination (PPCE) aims to prevent sudden cardiac death (SCD) by identifying athletes with structural or electrical cardiac abnormalities. Anthropometric measurements, such as waist circumference, limb lengths, and torso proportions to detect Marfan syndrome, can indicate elevated cardiovascular risk. Traditional manual methods are labor-intensive, operator-dependent, and challenging to scale. We present a fully automated deep-learning approach to estimate five key anthropometric measurements from 2D synthetic human body images. Using a dataset of 100,000 images derived from 3D body meshes, we trained and evaluated VGG19, ResNet50, and DenseNet121 with fully connected layers for regression. All models achieved sub-centimeter accuracy, with ResNet50 performing best, achieving a mean MAE of 0.668 cm across all measurements. Our results demonstrate that deep learning can deliver accurate anthropometric data at scale, offering a practical tool to complement athlete screening protocols. Future work will validate the models on real-world images to extend applicability.
- South America > Argentina > Pampas > Buenos Aires F.D. > Buenos Aires (0.05)
- North America > United States (0.04)
- Asia (0.04)
- Africa > West Africa (0.04)
Multimodal AI for Body Fat Estimation: Computer Vision and Anthropometry with DEXA Benchmarks
Tracking body fat percentage is essential for effective weight management, yet gold-standard methods such as DEXA scans remain expensive and inaccessible for most people. This study evaluates the feasibility of artificial intelligence (AI) models as low-cost alternatives using frontal body images and basic anthropometric data. The dataset consists of 535 samples: 253 cases with recorded anthropometric measurements (weight, height, neck, ankle, and wrist) and 282 images obtained via web scraping from Reddit posts with self-reported body fat percentages, including some reported as DEXA-derived by the original posters. Because no public datasets exist for computer-vision-based body fat estimation, this dataset was compiled specifically for this study. Two approaches were developed: (1) ResNet-based image models and (2) regression models using anthropometric measurements. A multimodal fusion framework is also outlined for future expansion once paired datasets become available. The image-based model achieved a Root Mean Square Error (RMSE) of 4.44% and a Coefficient of Determination (R^2) of 0.807. These findings demonstrate that AI-assisted models can offer accessible and low-cost body fat estimates, supporting future consumer applications in health and fitness.
- North America > United States > California > San Diego County > San Diego (0.05)
- North America > Canada > Ontario > Toronto (0.05)
Giant pumpkin growers face off for world gourd domination
There's a surprisingly competitive global race on to grow a 3,000-pound pumpkin. Ian (left) and Stuart Paton pose with a giant pumpkin in their nursery in the New Forest, Hampshire. Breakthroughs, discoveries, and DIY tips sent every weekday. The pumpkin's name was Muggle and it weighed as much as a bull moose. At 2,819 pounds and over 21 feet in circumference, this enormous gourd claimed the dual titles of "heaviest pumpkin" and "largest pumpkin by circumference" in the on October 4, 2025.
- North America > United States > Minnesota (0.05)
- Oceania > Australia (0.05)
- North America > United States > Vermont (0.05)
- (9 more...)
Representing Prompting Patterns with PDL: Compliance Agent Case Study
Vaziri, Mandana, Mandel, Louis, Watanabe, Yuji, Kitahara, Hirokuni, Hirzel, Martin, Sailer, Anca
Prompt engineering for LLMs remains complex, with existing frameworks either hiding complexity behind restrictive APIs or providing inflexible canned patterns that resist customization -- making sophisticated agentic programming challenging. We present the Prompt Declaration Language (PDL), a novel approach to prompt representation that tackles this fundamental complexity by bringing prompts to the forefront, enabling manual and automatic prompt tuning while capturing the composition of LLM calls together with rule-based code and external tools. By abstracting away the plumbing for such compositions, PDL aims at improving programmer productivity while providing a declarative representation that is amenable to optimization. This paper demonstrates PDL's utility through a real-world case study of a compliance agent. Tuning the prompting pattern of this agent yielded up to 4x performance improvement compared to using a canned agent and prompt pattern.
- Asia > Japan > Honshū > Kantō > Tokyo Metropolis Prefecture > Tokyo (0.14)
- North America > United States (0.04)
- North America > Canada (0.04)
First Experiences with the Identification of People at Risk for Diabetes in Argentina using Machine Learning Techniques
Rucci, Enzo, Tittarelli, Gonzalo, Ronchetti, Franco, Elgart, Jorge F., Lanzarini, Laura, Gagliardino, Juan José
Detecting Type 2 Diabetes (T2D) and Prediabetes (PD) is a real challenge for medicine due to the absence of pathogenic symptoms and the lack of known associated risk factors. Even though some proposals for machine learning models enable the identification of people at risk, the nature of the condition makes it so that a model suitable for one population may not necessarily be suitable for another. In this article, the development and assessment of predictive models to identify people at risk for T2D and PD specifically in Argentina are discussed. First, the database was thoroughly preprocessed and three specific datasets were generated considering a compromise between the number of records and the amount of available variables. After applying 5 different classification models, the results obtained show that a very good performance was observed for two datasets with some of these models. In particular, RF, DT, and ANN demonstrated great classification power, with good values for the metrics under consideration. Given the lack of this type of tool in Argentina, this work represents the first step towards the development of more sophisticated models.
- South America > Argentina > Pampas > Buenos Aires F.D. > Buenos Aires (0.05)
- North America > United States > New York > New York County > New York City (0.04)
- North America > United States > California > Orange County > Irvine (0.04)
- (3 more...)
- Research Report > Experimental Study (0.68)
- Research Report > New Finding (0.46)
ChatHuman: Language-driven 3D Human Understanding with Retrieval-Augmented Tool Reasoning
Lin, Jing, Feng, Yao, Liu, Weiyang, Black, Michael J.
Numerous methods have been proposed to detect, estimate, and analyze properties of people in images, including the estimation of 3D pose, shape, contact, human-object interaction, emotion, and more. Each of these methods works in isolation instead of synergistically. Here we address this problem and build a language-driven human understanding system -- ChatHuman, which combines and integrates the skills of many different methods. To do so, we finetune a Large Language Model (LLM) to select and use a wide variety of existing tools in response to user inputs. In doing so, ChatHuman is able to combine information from multiple tools to solve problems more accurately than the individual tools themselves and to leverage tool output to improve its ability to reason about humans. The novel features of ChatHuman include leveraging academic publications to guide the application of 3D human-related tools, employing a retrieval-augmented generation model to generate in-context-learning examples for handling new tools, and discriminating and integrating tool results to enhance 3D human understanding. Our experiments show that ChatHuman outperforms existing models in both tool selection accuracy and performance across multiple 3D human-related tasks. ChatHuman is a step towards consolidating diverse methods for human analysis into a single, powerful, system for 3D human reasoning.
- Asia > Japan > Honshū > Chūbu > Ishikawa Prefecture > Kanazawa (0.04)
- North America > United States > New York > New York County > New York City (0.04)
- Europe > United Kingdom > England > Cambridgeshire > Cambridge (0.04)
- (2 more...)
- Health & Medicine (1.00)
- Leisure & Entertainment (0.67)
- Information Technology > Artificial Intelligence > Robots > Humanoid Robots (1.00)
- Information Technology > Artificial Intelligence > Natural Language > Large Language Model (1.00)
- Information Technology > Artificial Intelligence > Natural Language > Chatbot (1.00)
- Information Technology > Artificial Intelligence > Machine Learning > Neural Networks > Deep Learning (1.00)
DL-EWF: Deep Learning Empowering Women's Fashion with Grounded-Segment-Anything Segmentation for Body Shape Classification
Asghari, Fatemeh, Soheili, Mohammad Reza, Gholamrezaie, Faezeh
Department of Computer Science, Shahed University, Tehran, Iran Email: faeze.gholamrezaie@shahed.ac.ir Abstract The global fashion industry plays a pivotal role in the global economy, and addressing fundamental issues within the industry is crucial for developing innovative solutions. One of the most pressing challenges in the fashion industry is the mismatch between body shapes and the garments of individuals they purchase. This issue is particularly prevalent among individuals with non-ideal body shapes, exacerbating the challenges faced. Considering inter-individual variability in body shapes is essential for designing and producing garments that are widely accepted by consumers. Traditional methods for determining human body shape are limited due to their low accuracy, high costs, and time-consuming nature. New approaches, utilizing digital imaging and deep neural networks (DNN), have been introduced to identify human body shape. In this study, the Style4BodyShape dataset is used for classifying body shapes into five categories: Rectangle, Triangle, Inverted Triangle, Hourglass, and Apple. In this paper, the body shape segmentation of a person is extracted from the image, disregarding the surroundings and background. Then, Various pre-trained models, such as ResNet18, ResNet34, ResNet50, VGG16, VGG19, and Inception v3, are used to classify the segmentation results. Among these pre-trained models, the Inception V3 model demonstrates superior performance regarding f1-score evaluation metric and accuracy compared to the other models.
- Asia > Middle East > Iran > Tehran Province > Tehran (0.24)
- North America > United States (0.04)
- Research Report > New Finding (0.49)
- Overview > Growing Problem (0.40)
Information Fusion via Symbolic Regression: A Tutorial in the Context of Human Health
Schnur, Jennifer J., Chawla, Nitesh V.
This tutorial paper provides a general overview of symbolic regression (SR) with specific focus on standards of interpretability. We posit that interpretable modeling, although its definition is still disputed in the literature, is a practical way to support the evaluation of successful information fusion. In order to convey the benefits of SR as a modeling technique, we demonstrate an application within the field of health and nutrition using publicly available National Health and Nutrition Examination Survey (NHANES) data from the Centers for Disease Control and Prevention (CDC), fusing together anthropometric markers into a simple mathematical expression to estimate body fat percentage. We discuss the advantages and challenges associated with SR modeling and provide qualitative and quantitative analyses of the learned models.
- North America > United States > California > San Francisco County > San Francisco (0.14)
- North America > United States > New York > New York County > New York City (0.05)
- South America > Chile > Santiago Metropolitan Region > Santiago Province > Santiago (0.04)
- (2 more...)
- Research Report (1.00)
- Instructional Material > Course Syllabus & Notes (0.40)
- Health & Medicine > Public Health (0.89)
- Health & Medicine > Epidemiology (0.86)
- Health & Medicine > Therapeutic Area > Oncology (0.68)
- Government > Regional Government > North America Government > United States Government (0.48)
- Information Technology > Artificial Intelligence > Representation & Reasoning (1.00)
- Information Technology > Artificial Intelligence > Machine Learning > Evolutionary Systems (1.00)
- Information Technology > Artificial Intelligence > Machine Learning > Neural Networks (0.94)
- Information Technology > Artificial Intelligence > Machine Learning > Statistical Learning (0.69)
Why is "Learning" so Misunderstood?
I have written a few posts where I make the point that most of the important knowledge that is needed to build intelligent agents is not learned --because it cannot be learned differently, and it cannot be susceptible for incremental, approximate and individual learning from observations. I have written about this topic first in "Learning is Overrated: Machine Learning vs. Knowledge Acquisition" where I discuss the difference between "knowing how" and "knowing that". Recently, I wrote a post where I explain "Why Commonsense Knowledge is not (and can not be) Learned". In comments and (mostly private) messages I keep getting remarks like "but why can't that be learned?" It seems that the'folk' meaning of learning has taken over even the most rational of people that the techncial point I'm trying to get across is still not appreciated.