← Search

Meng Ma

9 accepted papers

2026

Missing No More: Dictionary-Guided Cross-Modal Image Fusion under Missing Infrared

CVPR 2026

Infrared-visible (IR-VIS) image fusion is vital for perception and security, yet most methods rely on the availability of both modalities during training and inference. When the infrared modality is absent, pixel-space generative substitutes become hard to control and inherently lack interpretabilit

Cited by 0SourcecodeScholar
2025

UnCLe: Towards Scalable Dynamic Causal Discovery in Non-linear Temporal Systems

NeurIPS 2025poster

Uncovering cause-effect relationships from observational time series is fundamental to understanding complex systems. While many methods infer static causal graphs, real-world systems often exhibit *dynamic causality*—where relationships evolve over time. Accurately capturing these temporal dynamics…

Cited by 0SourceScholar
2022

Adaptive Graph Convolutional Network for Knowledge Graph Entity Alignment

EMNLP 2022finding

Entity alignment (EA) aims to identify equivalent entities from different Knowledge Graphs (KGs), which is a fundamental task for integrating KGs. Throughout its development, Graph Convolutional Network (GCN) has become one of the mainstream methods for EA. These GCN-based methods learn the represen…

Cited by 5SourcePDFScholar
2022

SAPipe: Staleness-Aware Pipeline for Data Parallel DNN Training

NeurIPS 2022accept

Data parallelism across multiple machines is widely adopted for accelerating distributed deep learning, but it is hard to achieve linear speedup due to the heavy communication. In this paper, we propose SAPipe, a performant system that pushes the training speed of data parallelism to its fullest ext…

Cited by 16SourcePDFScholar
2019

Gate Decorator: Global Filter Pruning Method for Accelerating Deep Convolutional Neural Networks

NeurIPS 2019poster

Filter pruning is one of the most effective ways to accelerate and compress convolutional neural networks (CNNs). In this work, we propose a global filter pruning algorithm called Gate Decorator, which transforms a vanilla CNN module by multiplying its output by the channel-wise scaling factors (i.e…