← Search

Meng Yang

25 accepted papers

2026

CoIn3D: Revisiting Configuration-Invariant Multi-Camera 3D Object Detection

CVPR 2026

Multi-camera 3D object detection (MC3D) has attracted increasing attention with the growing deployment of multi-sensor physical agents, such as robots and autonomous vehicles. However, MC3D models still struggle to generalize to unseen platforms with new multi-camera configurations. Current solution

Cited by 0SourceScholar
2026

Efficient, Validation-Free Intrinsic Quality Estimation for Large-Scale Face Recognition Datasets

ICML 2026poster

We propose Intrinsic Quality (IQ), a validation-free metric designed to estimate the inherent potential of face recognition (FR) datasets to produce high-performance models without the need for full-scale training. IQ integrates two components: (i) a Neighbor-Consistency Score that quantifies local …

Cited by 0SourceScholar
2026

MIDI-LLaMA: An Instruction-Following Multimodal LLM for Symbolic Music Understanding

ICASSP 2026poster

Recent advances in multimodal large language models (MLLM) for audio music have demonstrated strong capabilities in music understanding, yet symbolic music, a fundamental representation of musical structure, remains unexplored. In this work, we introduce MIDI-LLaMA, the first instruction-following M…

Cited by 0SourcePDFScholar
2026

RayD3D: Distilling Depth Knowledge Along the Ray for Robust Multi-View 3D Object Detection

AAAI 2026technical

Multi-view 3D detection with bird’s eye view (BEV) is crucial for autonomous driving and robotics, but its robustness in real-world is limited as it struggles to predict accurate depth values. A mainstream solution, cross-modal distillation, transfers depth information from LiDAR to camera models bu

Cited by 0SourcePDFScholar
2025

Consistent Feature Alignment for Cross-Modal Knowledge Distillation in Monocular 3D Object Detection

IROS 2025

Cross-modal knowledge distillation (CMKD) in monocular 3D object detection transfers LiDAR’s accurate depth information to compensate for the limitations of camera model. However, current methods directly align the intermediate features of the teacher and student networks, in which the modality gap

Cited by 0SourceScholar
2025

Morpheus: A Neural-driven Animatronic Face with Hybrid Actuation and Diverse Emotion Control

RSS 2025poster

Previous animatronic faces struggle to effectively express emotions due to both hardware and software limitations. On the hardware side, earlier approaches either used rigid-driven mechanisms, which provide precise control but are difficult to design within constrained spaces, or tendon-driven mecha…

Cited by 0PDFScholar
2025

Multimodal Image Matching Based on Cross-Modality Completion Pre-training

IJCAI 2025

The differences in imaging devices cause multimodal images to have modal differences and geometric distortions, complicating the matching task. Deep learning-based matching methods struggle with multimodal images due to the lack of large annotated multimodal datasets. To address these challenges, we

Cited by 0SourcePDFScholar
2025

PUGS: Zero-Shot Physical Understanding with Gaussian Splatting

ICRA 2025

Current robotic systems can understand the categories and poses of objects well. But understanding physical properties like mass, friction, and hardness, in the wild, remains challenging. We propose a new method that reconstructs 3D objects using the Gaussian splatting representation and predicts va

Cited by 11SourcecodeScholar
2025

PacGDC: Label-Efficient Generalizable Depth Completion with Projection Ambiguity and Consistency

ICCV 2025poster

Generalizable depth completion enables the acquisition of dense metric depth maps for unseen environments, offering robust perception capabilities for various downstream tasks. However, training such models typically requires large-scale datasets with metric depth labels, which are often labor-inten…

2024

A Consistency and Integration Model with Adaptive Thresholds for Weakly Supervised Object Localization

IJCAI 2024poster

Weakly Supervised Object Localization (WSOL) is a challenging task, which aims to learn object localization with less costly image-level labels. Existing convolution neural network (CNN) based methods tend to focus on discriminative regions of objects, while transformer-based methods overemphasize d…

Cited by 0SourcePDFScholar
2024

Human Guided Cross-Modal Reasoning with Semantic Attention Learning for Visual Question Answering

ICASSP 2024accepted

One of the major difficulties in the Visual Question Answering (VQA) task of real-world images is the long-tailed distribution of concepts which makes the model vulnerable to negative linguistic biases. To imitate human learning and reasoning, researchers have designed reasoning models, which, howev…

Cited by 0SourceScholar
2024

MCM-CSD: Multi-Granularity Context Modeling with Contrastive Speaker Detection for Emotion Recognition in Real-Time Conversation

ICASSP 2024accepted

Emotion recognition in conversation (ERC) has received extensive attention for its wide applications in recent years. Considering the actual situation, we focus on the real-time conversation scenarios, in which how to model the conversation emotion with only the historical contextual information and…

Cited by 0SourceScholar
2024

Overcome Noise and Bias: Segmentation-Aided Multi-Granularity Denoising and Debiasing for Enhanced Quarduples Extraction in Dialogue

EMNLP 2024main

Dialogue Aspect-based Sentiment Quadruple analysis (DiaASQ) extends ABSA to more complex real-world scenarios (i.e., dialogues), which makes existing generation methods encounter heightened noise and order bias challenges, leading to decreased robustness and accuracy.To address these, we propose the…

Cited by 0SourcePDFScholar
2024

VeXKD: The Versatile Integration of Cross-Modal Fusion and Knowledge Distillation for 3D Perception

NeurIPS 2024poster

Recent advancements in 3D perception have led to a proliferation of network architectures, particularly those involving multi-modal fusion algorithms. While these fusion algorithms improve accuracy, their complexity often impedes real-time performance. This paper introduces VeXKD, an effective and V…

Cited by 0SourcePDFScholar
2023

Fourier Transformer: Fast Long Range Modeling by Removing Sequence Redundancy with FFT Operator

ACL 2023findings

The transformer model is known to be computationally demanding, and prohibitively costly for long sequences, as the self-attention module uses a quadratic time and space complexity with respect to sequence length. Many researchers have focused on designing new forms of self-attention or introducing…

2023

Tagging-Assisted Generation Model with Encoder and Decoder Supervision for Aspect Sentiment Triplet Extraction

EMNLP 2023long main

ASTE (Aspect Sentiment Triplet Extraction) has gained increasing attention. Recent advancements in the ASTE task have been primarily driven by Natural Language Generation-based (NLG) approaches. However, most NLG methods overlook the supervision of the encoder-decoder hidden representations and fail…

Cited by 0SourceScholar
2020

Erasing Integrated Learning: A Simple Yet Effective Approach for Weakly Supervised Object Localization

CVPR 2020oral

Weakly supervised object localization (WSOL) aims to localize object with only weak supervision like image-level labels. However, a long-standing problem for available techniques based on the classification network is that they often result in highlighting the most discriminative parts rather than t…

Cited by 152PDFScholar
2018

Toward Characteristic-Preserving Image-based Virtual Try-On Network

ECCV 2018poster

Image-based virtual try-on systems for fitting new in-shop clothes into a person image have attracted increasing research attention, yet is still challenging. A desirable pipeline should not only transform the target clothes into the most fitting shape seamlessly but also preserve well the clothes i…

2016

Large-Margin Softmax Loss for Convolutional Neural Networks

ICML 2016poster

Cross-entropy loss together with softmax is arguably one of the most common used supervision components in convolutional neural networks (CNNs). Despite its simplicity, popularity and excellent performance, the component does not explicitly encourage discriminative learning of features. In this pape…