Thursday, August 27, 2026
Science
No Result
View All Result
  • Login
  • HOME
  • SCIENCE NEWS
  • CONTACT US
  • HOME
  • SCIENCE NEWS
  • CONTACT US
No Result
View All Result
Scienmag
No Result
View All Result
Home Science News Technology and Engineering

New Method Builds Modular Avatars by Separating Reusable Assets from RGB Video

August 27, 2026
in Technology and Engineering
Reading Time: 5 mins read
0
New Method Builds Modular Avatars by Separating Reusable Assets from RGB Video

New Method Builds Modular Avatars by Separating Reusable Assets from RGB Video

65
SHARES
587
VIEWS
Share on FacebookShare on Twitter
ADVERTISEMENT

A new artificial-intelligence system could make it dramatically easier to build editable digital humans from ordinary video, allowing virtual characters to change clothes, retain realistic body motion and be assembled without retraining the underlying model. The framework, called MAC-RAD, separates a person captured in monocular RGB footage into reusable digital assets—such as skin, body geometry and garments—before recombining those components into a single animatable avatar. The work, published in Multimedia Tools and Applications, targets a persistent problem in computer vision: most systems can reconstruct a convincing person, or generate clothing variations, but struggle to treat the body and garments as independent three-dimensional objects that can be rearranged reliably.

The distinction matters because an avatar reconstructed as one indivisible surface is difficult to edit. A jacket, shirt or pair of trousers may be visually represented in the pixels, yet the system may not know where one garment ends and another begins, how far each layer should sit from the body, or how clothing should deform during movement. MAC-RAD is designed around modularity instead. Its first stage extracts clothing and body elements into a canonical three-dimensional space, a standardized coordinate system in which assets can be stored and reused. Its second stage composes those assets into a unified mesh that can be animated. In principle, the same extracted body could wear several combinations of garments, while the expensive reconstruction step would not need to be repeated for every new outfit.

The researchers, Cheng-Yen Yu, Po-Chen Chen and Li-Chen Fu of National Taiwan University, build the system around two algorithmic strategies. The first is a vertex-based confidence voting method intended to overcome the instability of frame-by-frame image segmentation. Modern foundation models can identify objects and regions in individual video frames, but their predictions may flicker as a person moves, lighting changes or a garment becomes partially occluded. A shirt might be assigned slightly different boundaries from one frame to the next, producing fragmented or inconsistent geometry when those masks are projected into three dimensions. MAC-RAD instead treats the segmentation results as evidence accumulated across the video. Each mesh vertex receives information from multiple two-dimensional masks, and the system combines those observations to estimate whether the vertex belongs to a particular clothing item.

This voting process is designed to create coherent, textured garment meshes rather than a collection of disconnected frame-specific guesses. A mesh is a surface made from vertices and faces, and its structure provides the geometric scaffold needed for animation and rendering. Texture information can then be associated with that surface so that the reconstructed clothing retains visual details from the source video. The canonical representation also helps stabilize assets across time: rather than reconstructing a new shirt independently in every frame, the algorithm seeks one consistent garment whose appearance and shape explain observations throughout the sequence. That temporal aggregation is especially important for sleeves, hems and other boundaries that can be difficult to identify from a single viewpoint.

The second major challenge appears when separate clothing assets are put back together. Real clothing is layered: skin lies beneath a shirt, a jacket may cover the shirt, and folds or loose fabric can extend away from the body. If independently reconstructed meshes are simply placed in the same space, they can interpenetrate, with one surface cutting through another. Such errors are immediately visible in a rendered avatar, particularly around collars, cuffs, waistlines and overlapping jackets. To address this, MAC-RAD uses a signed distance field, or SDF, to guide mesh layering. An SDF assigns each point in space a value describing its distance from a surface, with the sign indicating which side of that surface the point occupies. The resulting field acts as a potential landscape around the canonical body and helps the system enforce a plausible ordering between body and garments.

The SDF-guided method does not amount to a complete physical simulation of cloth, and the source article does not claim to reproduce every wrinkle or collision caused by real-world fabric. Instead, it provides geometric constraints for composition. By using the body as a spatial reference and assigning clothing layers an appropriate relationship to that reference, the system can reduce the visual conflicts produced by naive mesh assembly. The researchers report that this geometry-aware layering improves visual coherence compared with monolithic baselines, systems that handle the person as a single combined representation rather than explicitly separating and recombining the components. The improvement is significant for applications in which users need to alter one part of an avatar while preserving the rest.

MAC-RAD divides its workload into offline and online phases. Asset extraction from the original RGB video is a one-time computational cost. Once the skin and garments have been disentangled and stored in canonical form, the composition stage is intended to be fast, supporting rapid or real-time assembly without retraining the model. This design addresses a practical bottleneck in generative avatar systems. A model that must be optimized again each time a user changes a jacket or swaps an outfit may produce high-quality results but remain too slow or expensive for interactive use. A reusable asset library, by contrast, could allow clothing combinations to be generated through direct geometric operations and rendering, provided the assets are compatible with the target body and animation system.

The framework draws on several strands of recent digital-human research, including monocular human reconstruction, animatable layered assets, articulated body models, Gaussian-based representations and neural rendering. Monocular reconstruction is inherently underconstrained: a single camera records only two-dimensional projections, leaving hidden surfaces and true depth ambiguous. Systems must therefore infer three-dimensional shape from learned priors about human bodies, poses and clothing. MAC-RAD uses semantic understanding from foundation models while adding explicit geometric processing for disentanglement and composition. That combination reflects a broader shift in computer vision from merely generating plausible images toward constructing structured representations that can be edited, animated and reused.

The researchers evaluated the approach using the People Snapshot dataset, which was used for evaluation rather than as a foundation on which the method or its main conclusions depend. The article describes experiments showing that the proposed layering strategy produces more coherent results than monolithic alternatives, but the available source does not provide a numerical performance table or a single headline accuracy score. The work should therefore be understood as a systems contribution rather than evidence that arbitrary clothing can already be reconstructed perfectly from any casual video. Monocular footage can contain severe occlusion, motion blur, unusual poses and garments whose appearance changes substantially with folds. These conditions remain difficult for any method that must infer hidden geometry from limited visual evidence.

The potential applications nevertheless extend well beyond virtual fashion. Modular avatars could support virtual and augmented reality, interactive games, online social spaces, digital clothing visualization and personalized telepresence. A user might eventually select garments by name, image or text, then see them assembled on an avatar whose body, face and motion remain unchanged. The authors point to CLIP-guided retrieval as a possible next step: a language-and-image model could connect text prompts with stored assets, allowing commands such as “add a dark jacket” or “replace the trousers with athletic pants” to trigger retrieval and composition. That capability would add semantic control on top of the geometric system, although it remains a proposed extension rather than a demonstrated feature of the current work.

MAC-RAD’s most important idea is that a digital person need not be built as a single permanent object. By treating skin and garments as separable, structured assets, the system aims to make avatar creation more like assembling components than regenerating an entire human from scratch. The approach could help bridge the gap between photorealistic reconstruction and practical editing, especially where speed and repeated customization matter. Yet its success will depend on how well the extracted meshes preserve appearance, how robustly they handle hidden regions and how convincingly the resulting layers behave during animation. For now, the study offers a geometry-aware route toward reusable virtual humans—and a glimpse of avatars that can be redesigned as easily as changing clothes.

Subject of Research: Modular reconstruction and composition of editable 3D human avatars from monocular RGB video

Subject of Research: Technology and Engineering

Article Title: MAC-RAD: Modular Avatar Composition via Reusable Assets Disentanglement from RGB Video

Article References: MAC-RAD: Modular Avatar Composition via Reusable Assets Disentanglement from RGB Video, https://doi.org/10.1007/s11042-026-21860-z Original publication

Image Credits: AI Generated

DOI: 10.1007/s11042-026-21860-z

Keywords: virtual avatars, 3D human reconstruction, modular avatar composition, garment disentanglement, mesh layering, monocular RGB video, signed distance fields, Gaussian splatting

Tags: 3D asset extraction from standard video footageadvancements in computer vision for avatar customizationadvances in computer vision for avatar reconstructionAI system for rearranging virtual clothing and body partsAI-based avatar editing without retrainingAI-driven avatar reconstruction from monocular footageclothing variation generation in digital avatarscustomizable virtual character assemblyeditable digital humans without retrainingflexible virtual human assembly and reconfigurationindependent clothing and body component separationindependent garment and body modelingmodular avatar framework for computer visionModular digital avatar creation from RGB videomodular framework for avatar customizationmonocular RGB footage to customizable avatarsrealistic body motion preservation in virtual charactersrealistic body motion retention in avatarsreusable 3D assets for virtual charactersseparation of body and clothing in digital humansstandardized 3D canonical space for assetsstandardized coordinate system for digital asset reuse
Share26Tweet16
Previous Post

Cloud-Edge Operator Placement Optimizes Big Data Stream Processing Across Multiple Applications

Next Post

RIS-MoE Secures Robust Image Steganography Through Latent Optimization and Expert Denoising

Related Posts

Manuka Honey and Oregano Oil Boost Antibacterial Protection in 3D-Printed Bone Scaffolds
Technology and Engineering

Manuka Honey and Oregano Oil Boost Antibacterial Protection in 3D-Printed Bone Scaffolds

August 27, 2026
AI Optimizes Air Defense Scheduling with Hybrid Graph Learning and Evolutionary Algorithms
Technology and Engineering

AI Optimizes Air Defense Scheduling with Hybrid Graph Learning and Evolutionary Algorithms

August 27, 2026
RIS-MoE Secures Robust Image Steganography Through Latent Optimization and Expert Denoising
Technology and Engineering

RIS-MoE Secures Robust Image Steganography Through Latent Optimization and Expert Denoising

August 27, 2026
Cloud-Edge Operator Placement Optimizes Big Data Stream Processing Across Multiple Applications
Technology and Engineering

Cloud-Edge Operator Placement Optimizes Big Data Stream Processing Across Multiple Applications

August 27, 2026
Do Larger Models Perform Better? GPT, FinBERT, and Dictionaries Assess Management Sentiment
Technology and Engineering

Do Larger Models Perform Better? GPT, FinBERT, and Dictionaries Assess Management Sentiment

August 27, 2026
Virtual Decomposition Controls Multi-DOF Hydraulic Robot via Generalized Force Estimation
Technology and Engineering

Virtual Decomposition Controls Multi-DOF Hydraulic Robot via Generalized Force Estimation

August 27, 2026
Next Post
RIS-MoE Secures Robust Image Steganography Through Latent Optimization and Expert Denoising

RIS-MoE Secures Robust Image Steganography Through Latent Optimization and Expert Denoising

  • Mothers who receive childcare support from maternal grandparents show more

    Mothers who receive childcare support from maternal grandparents show more parental warmth, finds NTU Singapore study

    27656 shares
    Share 11059 Tweet 6912
  • University of Seville Breaks 120-Year-Old Mystery, Revises a Key Einstein Concept

    1061 shares
    Share 424 Tweet 265
  • Bee body mass, pathogens and local climate influence heat tolerance

    682 shares
    Share 273 Tweet 171
  • Researchers record first-ever images and data of a shark experiencing a boat strike

    546 shares
    Share 218 Tweet 137
  • Groundbreaking Clinical Trial Reveals Lubiprostone Enhances Kidney Function

    531 shares
    Share 212 Tweet 133
Science

Embark on a thrilling journey of discovery with Scienmag.com—your ultimate source for cutting-edge breakthroughs. Immerse yourself in a world where curiosity knows no limits and tomorrow’s possibilities become today’s reality!

RECENT NEWS

  • How Geospatial AI and Machine Learning Are Transforming Urban Analytics
  • How Human-Food Connections Can Advance Sustainability
  • CT Scans Reveal Diverse Pottery-Making Techniques in Early Bronze Age Bohemia
  • 3D-Printed Expandable Wedge Spacer Shows Promise for Atlantoaxial Reduction

Categories

  • Agriculture
  • Anthropology
  • Archaeology
  • Athmospheric
  • Biology
  • Biotechnology
  • Blog
  • Bussines
  • Cancer
  • Chemistry
  • Climate
  • Earth Science
  • Editorial Policy
  • Marine
  • Mathematics
  • Medicine
  • Pediatry
  • Policy
  • Psychology & Psychiatry
  • Science Education
  • Social Science
  • Space
  • Technology and Engineering

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 5,150 other subscribers

© 2025 Scienmag - Science Magazine

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
No Result
View All Result
  • HOME
  • SCIENCE NEWS
  • CONTACT US

© 2025 Scienmag - Science Magazine

Discover more from Science

Subscribe now to keep reading and get access to the full archive.

Continue reading