News

Congratulations to Xinyu Wang for Passing her Defense

Congratulations to Xinyu Wang for passing her defense! Xinyu’s thesis is titled “ Towards Efficient Visual Perception: From Feature Learning to Visual Reasoning.” Here is a brief summary of her thesis:

Visual perception serves as a fundamental component of modern computer vision, enabling the interpretation of large-scale image and video data. As visual data continues to grow in complexity, there is an increasing demand for efficient and scalable frameworks that bridge low-level representations and high-level understanding. This dissertation addresses this challenge by exploring a unified trajectory of efficient visual perception, evolving from feature learning to spatio-temporal modeling and ultimately to scene-conditioned visual reasoning. This dissertation first introduces a statistics-based feature generation framework for image classification, built upon the Least-squares Normal Transform, which reformulates classification as a regression problem for efficient feature learning. It generates discriminative and complementary features, boosting decision learning and training convergence with low computational overhead. It then investigates a particularly challenging visual task, video camouflaged object detection. The proposed GreenVCOD is a lightweight framework that captures temporal context through a Temporal Neighborhood prediction cube, enabling implicit motion modeling without additional computational cost. Building upon this, IDM-VCOD introduces a dual-motion design that combines implicit semantic refinement with explicit motion alignment, along with a selective activation mechanism to balance accuracy and efficiency. Finally, this dissertation shifts toward a reasoning-based paradigm for visual perception. Camouflaged object detection is reformulated as a scene-conditioned pattern-deviation reasoning problem. By leveraging background-aware retrieval and prototype-based reasoning, it identifies subtle deviations without relying on pixel-level supervision. Overall, the proposed methods demonstrate that lightweight design, combined with structured statistical modeling and scene-conditioned reasoning, can effectively address challenging visual perception tasks without relying on heavy supervision or large-scale model training.

By |June 7th, 2026|News|Comments Off on Congratulations to Xinyu Wang for Passing her Defense|

Congratulations to Aolin Feng for Passing his Defense

Congratulations to Aolin Feng for passing his defense! Aolin’s thesis is titled “Green Image Coding: Principle, Implementation, and Performance Evaluation.” Here is a brief summary of his thesis:

This research introduces Green Image Coding (GIC), a novel framework for lightweight, modular, and scalable image compression founded on two pillars: multi-grid representation and vector quantization (VQ). Multi-grid representation decomposes images into hierarchical layers to reduce intra-layer content diversity, while VQ-based techniques encode each layer.

For the multi-grid representation pillar, we propose a multi-grid rate control theory that reduces high-dimensional optimization to sequential parameter decisions. Driven by this theory, a slope-matching-based rate control strategy is designed to improve scalability and rate-distortion (RD) balance. For the VQ pillar, we develop a suite of advanced techniques for efficient, scalable encoding: an RD-oriented codebook construction method built on tree-structured VQ (TSVQ) for multi-rate coding; a cascade VQ strategy to prevent early convergence in high-dimensional VQ; and a quadtree (QT) structure that combines multi-dimensional VQs, optimized via an iterative method to overcome statistical issues during rate-distortion-optimization (RDO).

Architecturally, the thesis evaluates single-grid versus multi-grid paradigms and analyzes independent parallel VQ versus residual-based cascade VQ regarding train-test match and content adaptivity. To mitigate compression artifacts, we propose a multi-tiered enhancement pipeline that decouples block-level structural learning (using residual VQ) from pixel-level refinements (using CNN-based post-processing).

Experimental results demonstrate that GIC achieves competitive coding efficiency with low theoretical complexity. Its modular, interpretable design offers strong potential for future improvement, functioning effectively as an extension module for existing codecs or as a foundation for future video coding research.

By |May 31st, 2026|News|Comments Off on Congratulations to Aolin Feng for Passing his Defense|

Congratulations to Kevin Yang for Receiving His PhD Degree

We would like to congratulate Kevin Yang for receiving his Ph.D. degree during the Viterbi Hooding Ceremony held on May 13, 2026, at the Bovard Auditorium. Here is a brief sharing of his Ph.D. experience at MCL:

My Ph.D. journey at the University of Southern California has been both challenging and rewarding. My dissertation, titled “Interpretable and Efficient Multimodal Data Interplay: Algorithms and Applications,” focuses on developing machine learning methods that better connect and understand information across different modalities, such as text and images. Through this research, I explored ways to improve the interpretability and efficiency of multimodal systems while designing algorithms that better align with human perception and understanding. This experience strengthened my passion for artificial intelligence and its potential to create meaningful real-world impact.

I am deeply grateful to my advisor, Professor C.-C. Jay Kuo, for his continuous guidance, encouragement, and support throughout my Ph.D. journey. His mentorship has profoundly influenced both my research perspective and personal growth. I would also like to sincerely thank my labmates for their collaboration, friendship, and inspiring discussions along the way. The supportive environment in our lab made challenging moments manageable and accomplishments even more meaningful. I am excited to continue this journey by joining LinkedIn as an AI Engineer in June 2026, where I hope to contribute to the development of impactful AI systems and applications. I will always cherish the experiences, lessons, and relationships built during my Ph.D. years.

By |May 24th, 2026|News|Comments Off on Congratulations to Kevin Yang for Receiving His PhD Degree|

PhD Hooding Ceremony 2026

Three MCL members attended the Viterbi PhD hooding ceremony on Wednesday, May 13, 2026, in the Bovard Auditorium. They were Tsung-Shan (Kevin) Yang, Aoling Feng, and Xinyu Wang. Congratulations to them on their accomplishments and on completing their PhD program at USC!

Tsung-Shan (Kevin) Yang received his Bachelor’s degree in Chemistry and Electrical Engineering from National Taiwan University (NTU) in 2019 and his Master’s degree in Electrical Engineering from NTU in 2021. His thesis is titled “Interpretable and Efficient Multi-Modal Data Interplay: Algorithms and Applications”. He has joined LinkedIn.

Aolin Feng received the B.S. degree in electronic information engineering and M.S. degree in information and communication engineering from the University of Science and Technology of China, Hefei, China, in 2019 and 2022, respectively. His thesis is titled “Green Image Coding: Principle, Implementation, and Performance Evaluation”. He will be joining Google.

Xinyu Wang received the B.S. degree in Electronic and Electrical Engineering from the University of Electronic Science and Technology of China (UESTC) in June 2019, and the M.S. degree in Electrical Engineering from the University of Southern California (USC) in 2021. She joined the Media Communications Lab in summer 2021. Her thesis is titled “Towards Efficient Visual Perception: From Feature Learning to Visual Reasoning”. She will be joining Google.

Congratulations to them all! We wish them all the best for their future!

By |May 17th, 2026|News|Comments Off on PhD Hooding Ceremony 2026|

MCL Research on LLM and Medical Application

Our recent work explores how multi-modality memory can improve medical agents for visual question answering. By storing and retrieving useful information from medical images, patient queries, and clinical reports, the agent can better understand complex cases and provide more accurate and context-aware responses. This direction shows the potential of memory-enhanced medical AI systems for supporting medical VQA tasks.

By |May 3rd, 2026|News|Comments Off on MCL Research on LLM and Medical Application|

MCL Research on Robust Machine Learning

Autoregressive video diffusion models can generate high-quality frames in real time, but are limited to short clips — push them further, and the KV cache silently discards past context, causing identity drift and quality collapse. We introduce MemRoPE, a training-free framework that solves this with two co-designed mechanisms: Memory Tokens compress evicted frames into evolving dual-rate EMA representations, while Online RoPE Indexing stores keys without positional encoding and applies it dynamically at attention time, keeping temporal aggregation mathematically valid. The result is unbounded video generation with a fixed-size cache — we demonstrate continuous one-hour generation that preserves subject identity and visual fidelity throughout.

By |April 26th, 2026|News|Comments Off on MCL Research on Robust Machine Learning|

MCL Research on Mouse Motion Behavior

Understanding animal motion behavior is important for understanding how the brain organizes memory, decision-making, and goal-directed action. In our research, we study mouse navigation behavior using the Morris Water Maze (MWM), a widely used behavioral paradigm for investigating spatial learning and memory in rodents. While conventional measures such as escape latency and path length provide useful summaries of performance, they often do not fully capture the rich and dynamic nature of movement during navigation.

Our research focuses on understanding mouse motion behavior at a finer temporal scale. Instead of treating each trial as a single behavioral unit, we examine how navigation strategies evolve within a trial, since mice may shift among exploration, wall-following, scanning, circling, and more direct platform-oriented movement over time. These within-trial changes can offer deeper insight into learning processes, behavioral flexibility, and group differences that may be overlooked by aggregate metrics alone.

To support this goal, we develop an interpretable and lightweight computational framework for analyzing tracked trajectories from behavioral videos. Our approach analyzes motion continuously over time and identifies sub-trajectory-level navigational states. The pipeline first corrects for tracking irregularities through uniform resampling and smoothing, then derives geometry- and kinematics-based descriptors such as curvature, displacement, turning behavior, and target alignment. These features are mapped to human-readable behavioral categories through a hierarchical rule-based inference process, followed by temporal refinement to reduce fragmented or implausible label switching.

This work emphasizes interpretability and practical usability in neuroscience research. By providing point-wise annotations and visually verifiable outputs, the framework enables behavioral phenotyping and hypothesis-driven analysis of strategy transitions and learning dynamics.

By |April 19th, 2026|News|Comments Off on MCL Research on Mouse Motion Behavior|

MCL Research on Microscopic Blood Vessel Segmentation

Our recent research in volumetric biomedical image segmentation for blood vessels has focused on improving both segmentation accuracy and computational efficiency, particularly for high-resolution microscopy data. Architectures such as 3D U-Net have become a widely adopted standard due to their ability to model hierarchical spatial features in three-dimensional volumes. Over time, more advanced variants have achieved higher performance; however, these improvements are often accompanied by significantly increased parameter counts and computational cost, making them less practical for large-scale or resource-constrained applications. 

This trade-off is especially pronounced in high-resolution 3D microscopy imaging, where the input volumes are large and memory-intensive. Tasks such as vascular segmentation are inherently challenging, as these blood vessels are thin, low-contrast, and of complex structures with varying orientations. Capturing such characteristics in three dimensions is therefore important, but significantly more difficult than 2D settings, especially when it comes to resource-saving models. In addition, suitable datasets are limited in availability. High-quality volumetric microscopy data is very difficult and expensive to acquire, even for mouse brains and more so for humans. The annotations require significant expert effort, especially when one brain slice consists of over 50 million pixels, and the whole brain consists of thousands of slices. As a result, our study relies on a private dataset that consists of only a small annotated block from a single brain sample, as there are currently no available public datasets. While this allows detailed analysis of complex biological structures, it creates smaller datasets and fewer labelled samples, a problem we aim to solve with the 3D-GUSL.

To address these constraints, 3D-GUSL adopts a feed-forward U-shaped design that avoids backpropagation while preserving multi-scale spatial information. The pipeline operates hierarchically across resolution levels, where local 3D neighbourhoods are first transformed into structured feature [...]

By |April 12th, 2026|News|Comments Off on MCL Research on Microscopic Blood Vessel Segmentation|

MCL Research Presented at WACV 2026

MCL members, Jintang Xue and Kevin Yang, presented their papers at the Winter Conference on Applications of Computer Vision (WACV) 2026, Tucson, AZ, USA.

The title of Jintang et al.’s paper is “Descrip3D: Enhancing Large Language Model-based 3D Scene Understanding with Object-Level Text Descriptions”. Here is a brief summary:

“Understanding 3D scenes goes beyond simply recognizing objects; it requires reasoning about the spatial and semantic relationships between them. Current 3D scene-language models often struggle with this relational understanding, particularly when visual embeddings alone do not adequately convey the roles and interactions of objects. In this paper, we introduce Descrip3D, a novel and powerful framework that explicitly encodes the relationships between objects using natural language. Unlike previous methods that rely only on 2D and 3D embeddings, Descrip3D enhances each object with a textual description that captures both its intrinsic attributes and contextual relationships. These relational cues are incorporated into the model through a dual-level integration: embedding fusion and prompt-level injection. This allows for unified reasoning across various tasks such as grounding, captioning, and question answering, all without the need for task-specific heads or additional supervision. When evaluated on five benchmark datasets, including ScanRefer, Multi3DRefer, ScanQA, SQA3D, and Scan2Cap, Descrip3D consistently outperforms strong baseline models, demonstrating the effectiveness of language-guided relational representation for understanding complex indoor scenes.”

Kevin’s paper is entitled “SVD-Det: A Lightweight Framework for Video Forgery Detection Using Semanticand Visual Defect Cues”, co-authored with Tianyu Zhang, Feng Qian, Bing Yan, and C.-C. Jay Kuo. The summary goes as follows:

“With the rapid proliferation of AI-generated content (AIGC) on multimedia platforms, efficient and reliable video forgery detection has become increasingly important. Existing approaches often rely on either visual artifacts or semantic inconsistencies, but suffer from high computational costs, [...]

By |April 5th, 2026|News|Comments Off on MCL Research Presented at WACV 2026|

MCL Research on Medical Image Classification

We propose the development of a high-efficiency foundation model tailored for the MedMNIST v2 benchmark, utilizing a novel architecture based on Multi-Resolution Tree-Structured Vector Quantization (TSVQ). While current foundation models often rely on computationally expensive transformers, our approach focuses on a hierarchical quantization strategy. By employing multi-resolution codebooks, we can effectively capture and represent both long-range structural dependencies and intricate, short-range local correlations inherent in diverse medical imaging modalities, from pathology slides to radiological scans.

The core innovation lies in the tree-structured organization of the latent space. Unlike flat codebooks used in traditional VQ-VAEs, TSVQ offers a logarithmic search complexity, significantly reducing the energy required for both training and inference. This alignment with “Green Learning” principles ensures that our model achieves state-of-the-art representation fidelity without the massive carbon footprint typically associated with large-scale AI. By optimizing the codebook search and minimizing redundant parameters, we aim to demonstrate that high-performance medical AI can be both sustainable and accessible on modest hardware.

This framework serves as a robust, domain-agnostic foundation. The learned representations are designed to be highly transferable, enabling the model to excel across a spectrum of downstream tasks. Crucially, this architecture addresses the “small data” problem in clinical medicine; by pre-training on the comprehensive MedMNIST suite, the model can be fine-tuned on smaller, domain-specific clinical datasets with superior accuracy and stability. Ultimately, we aim to expand this green learning paradigm to broader healthcare applications, empowering the medical community with scalable, low-power, and high-precision diagnostic tools.

By |March 29th, 2026|News|Comments Off on MCL Research on Medical Image Classification|