← Search

Mingli Song

122 accepted papers

2026

Beyond Matching to Tiles: Bridging Unaligned Aerial and Satellite Views for Vision-Only UAV Navigation

CVPR 2026

Recent advances in cross-view geo-localization (CVGL) methods have shown strong potential for supporting unmanned aerial vehicle (UAV) navigation in GNSS-denied environments. However, existing work predominantly focuses on matching UAV views to onboard map tiles, which introduces an inherent trade-o

Cited by 0SourcecodeScholar
2026

Breaking the Exploration Bottleneck: Rubric-Scaffolded Reinforcement Learning for General LLM Reasoning

ICML 2026poster

Recent advances in Large Language Models (LLMs) have underscored the potential of Reinforcement Learning (RL) to facilitate the emergence of reasoning capabilities. Despite the encouraging results, a fundamental dilemma persists as RL improvement relies on learning from high-quality samples, yet the…

Cited by 0SourceScholar
2026

Cello: A Universal Cell-wise Feature Aggregation framework for Reliable Pathology Images Analysis

ICML 2026poster

Computational pathology has made progress in diagnosis and prognosis prediction from whole slide images (WSIs), yet pipelines still rely on patch-level feature extraction and aggregation, departing from the cell-centric reasoning used by pathologists. This gap limits sensitivity to micro-lesions and…

Cited by 0SourceScholar
2026

D3-RSMDE: 40× Faster and High-Fidelity Remote Sensing Monocular Depth Estimation

AAAI 2026technical

Real-time, high-fidelity monocular depth estimation from remote sensing imagery is crucial for numerous applications, yet existing methods face a stark trade-off between accuracy and efficiency. Although using Vision Transformer (ViT) backbones for dense prediction is fast, they often exhibit poor p

Cited by 0SourcePDFScholar
2026

Incentivizing LLM Reasoning via Reinforcement Learning with Functional Monte Carlo Tree Search

ICLR 2026poster

In this work, we propose ***R**einforced **F**unctional **T**oken **T**uning* (RFTT), a novel reinforced fine-tuning framework that empowers Large Language Models (LLMs) with learn-to-reason capabilities. Unlike prior prompt-driven reasoning efforts, RFTT embeds a rich set of learnable functional to…

Cited by 0SourcecodeScholar
2026

Learnable Data Augmentation and Contrastive Pre-training for Temporal Link Prediction

IJCAI 2026

Link prediction is a foundational task in temporal graphs. While temporal graph neural networks exhibit commendable performance, they are often criticized for providing inadequate representations, especially under limited data. Contrastive learning has been introduced as a solution for graph pre-tra

Cited by 0Scholar
2026

Neural Graph Navigation for Intelligent Subgraph Matching

AAAI 2026technical

Subgraph matching, a cornerstone of relational pattern detection in domains ranging from biochemical systems to social network analysis, faces significant computational challenges due to the dramatically growing search space. Existing methods address this problem within a filtering-ordering-enumerat

Cited by 0SourcePDFScholar
2026

PHYSICS-INFORMED DIFFUSION GENERATION FOR GEOMAGNETIC MAP INTERPOLATION

ICASSP 2026oral

Geomagnetic map interpolation aims to infer unobserved geomagnetic data at spatial points, yielding critical applications in navigation and resource exploration. However, existing methods for scattered data interpolation are not specifically designed for geomagnetic maps, which inevitably leads to s…

Cited by 0SourcePDFScholar
2026

Replay Failures as Successes: Sample-Efficient Reinforcement Learning for Instruction Following

ICML 2026poster

Reinforcement Learning (RL) has shown promise for aligning Large Language Models (LLMs) to follow instructions with various constraints. Despite the encouraging results, RL improvement inevitably relies on sampling successful, high-quality responses; however, the initial model often struggles to gen…

Cited by 4SourceScholar
2026

Rethinking Token Reduction for Large Vision-Language Models

CVPR 2026

Large Vision-Language Models (LVLMs) excel in visual understanding and reasoning, but the excessive visual tokens lead to high inference costs. Although recent token reduction methods mitigate this issue, they mainly target single-turn Visual Question Answering (VQA), leaving the more practical mult

Cited by 0SourcecodeScholar
2026

SHARP-Q: Spectral Hessian Alignment and Rectification for Post-training Quantization

ICML 2026poster

Post-training quantization (PTQ) suffers from severe accuracy degradation in ultra-low-bit regimes. To address this challenge, we propose SHARP-Q, a unified framework grounded in Information Geometry that aligns the quantization objective with the intrinsic Fisher geometry. Following a "Rectify-then…

Cited by 0SourceScholar
2026

SpatiaLQA: A Benchmark for Evaluating Spatial Logical Reasoning in Vision-Language Models

CVPR 2026

Vision-Language Models (VLMs) have been increasingly applied in real-world scenarios due to their outstanding understanding and reasoning capabilities. Although VLMs have already demonstrated impressive capabilities in common visual question answering and logical reasoning, they still lack the abili

Cited by 0SourcecodeScholar
2026

Temporal Motif-aware Graph Test-time Adaptation for OOD Blockchain Anomaly Detection

IJCAI 2026

The ever-evolving transaction patterns have significantly hindered anomaly detection on emerging cryptocurrency blockchains due to the vast number of addresses and diverse anomalous behaviors. Recently, advanced Graph Anomaly Detection (GAD) approaches applied to blockchains have faced two critical

Cited by 0Scholar
2025

Agent-Aware Training for Agent-Agnostic Action Advising in Deep Reinforcement Learning

AAAI 2025technical

Action advising endeavors to leverage supplementary guidance from expert teachers to alleviate the issue of sampling inefficiency in Deep Reinforcement Learning (DRL). Previous agent-specific action advising methods are hindered by imperfections in the agent itself, while agent-agnostic approaches e…

Cited by 0SourcePDFScholar
2025

Assessing Safety Risks and Quantization-aware Safety Patching for Quantized Large Language Models

ICML 2025poster

Quantized large language models (LLMs) have gained increasing attention and significance for enabling deployment in resource-constrained environments. However, emerging studies on a few calibration dataset-free quantization methods suggest that quantization may compromise the safety capabilities of…

2025

Association Pattern-enhanced Molecular Representation Learning

AAAI 2025technical

The applicability of drug molecules in various clinical scenarios is significantly influenced by a diverse range of molecular properties. By leveraging self-supervised conditions such as atom attributes and interatomic bonds, existing advanced molecular foundation models can generate expressive repr…

2025

Association-Focused Path Aggregation for Graph Fraud Detection

NeurIPS 2025poster

Fraudulent activities have caused substantial negative social impacts and are exhibiting emerging characteristics such as intelligence and industrialization, posing challenges of high-order interactions, intricate dependencies, and the sparse yet concealed nature of fraudulent entities. Existing gra…

Cited by 0SourcecodeScholar
2025

Boosting MLLM Reasoning with Text-Debiased Hint-GRPO

ICCV 2025poster

MLLM reasoning has drawn widespread research for its excellent problem-solving capability. Current reasoning methods fall into two types: PRM, which supervises the intermediate reasoning steps, and ORM, which supervises the final results. Recently, DeepSeek-R1 has challenged the traditional view tha…

2025

CADP: Towards Better Centralized Learning for Decentralized Execution in MARL

IJCAI 2025

Centralized Training with Decentralized Execution (CTDE) has recently emerged as a popular framework for cooperative Multi-Agent Reinforcement Learning (MARL), where agents can use additional global state information to guide training in a centralized way and make their own decisions only based on d

2025

Consistent Paths Lead to Truth: Self-Rewarding Reinforcement Learning for LLM Reasoning

NeurIPS 2025poster

Recent advances of Reinforcement Learning (RL) have highlighted its potential in complex reasoning tasks, yet effective training often relies on external supervision, which limits the broader applicability. In this work, we propose a novel self-rewarding reinforcement learning framework to enhance L…

Cited by 0SourcecodeScholar
2025

Cooperative Policy Agreement: Learning Diverse Policy for Offline MARL

AAAI 2025technical

Offline Multi-Agent Reinforcement Learning (MARL) aims to learn optimal joint policies from pre-collected datasets without further interaction with the environment. Despite the encouraging results achieved so far, we identify the policy mismatch problem that arises from employing diverse offline MAR…

Cited by 0SourcePDFScholar
2025

D^2-DPM: Dual Denoising for Quantized Diffusion Probabilistic Models

AAAI 2025technical

Diffusion models have achieved cutting-edge performance in image generation. However, their lengthy denoising process and computationally intensive score estimation network impede their scalability in low-latency and resource-constrained scenarios. Post-training quantization (PTQ) compresses and acc…

2025

Dataset Ownership Verification for Pre-trained Masked Models

ICCV 2025poster

High-quality open-source datasets have emerged as a pivotal catalyst driving the swift advancement of deep learning, while facing the looming threat of potential exploitation. Protecting these datasets is of paramount importance for the interests of their owners. The verification of dataset ownershi…

2025

Dataset Ownership Verification in Contrastive Pre-trained Models

ICLR 2025poster

High-quality open-source datasets, which necessitate substantial efforts for curation, has become the primary catalyst for the swift progress of deep learning. Concurrently, protecting these datasets is paramount for the well-being of the data owner. Dataset ownership verification emerges as a cruci…

2025

DenseSAM: Semantic Enhance SAM for Efficient Dense Object Segmentation

IJCAI 2025

Dense object segmentation is essential for various applications, particularly in pathology image and remote sensing image analysis. However, distinguishing numerous similar and densely packed objects in this task presents significant challenges. Several methods, including CNN- and ViT-based approach

2025

Disentangled Table-Graph Representation for Interpretable Transmission Line Fault Location

AAAI 2025technical

The fault location task in power grids is crucial for maintaining social order and ensuring public safety. However, existing methods that rely on tabular state records often neglect the intrinsic topological influences of transmission lines, resulting in a segmented approach to fault location that c…

Cited by 0SourcePDFScholar
2025

Efficient Dynamic Graphs Learning with Refined Batch Parallel Training

IJCAI 2025

Memory-based temporal graph neural networks (MTGNN) use node memory to store historical information, enabling efficient processing of large dynamic graphs through batch parallel training, with larger batch sizes leading to increased training efficiency. However, this approach overlooks the interdepe

2025

From Characters to Subwords: Modeling Unit Conversion for Low-resource Speech Recognition

ICASSP 2025accepted

Multilingual automatic speech recognition (ASR) models greatly facilitate recognizing low-resource languages by sharing representations across similar languages. However, the commonly adopted modeling units, e.g., character-level modeling, lack language-specific information, resulting in a susceptib…

Cited by 0SourceScholar
2025

From GNNs to Trees: Multi-Granular Interpretability for Graph Neural Networks

ICLR 2025poster

Interpretable Graph Neural Networks (GNNs) aim to reveal the underlying reasoning behind model predictions, attributing their decisions to specific subgraphs that are informative. However, existing subgraph-based interpretable methods suffer from an overemphasis on local structure, potentially overl…

Cited by 0SourcePDFScholar
2025

Global Attribute-Association Pattern Aggregation for Graph Fraud Detection

AAAI 2025technical

Fraud is increasingly prevalent, and its patterns are frequently changing, posing challenges for fraud detection methods such as random forests and Graph Neural Networks (GNNs), which rely on bin-based and mixture features separately. The former may lose crucial graph-associated features, while the…

2025

Holistic Semantic Representation for Navigational Trajectory Generation

AAAI 2025technical

Trajectory generation has garnered significant attention from researchers in the field of spatio-temporal analysis, as it can generate substantial synthesized human mobility trajectories that enhance user privacy and alleviate data scarcity. However, existing trajectory generation methods often focu…

2025

L-Diffusion: Laplace Diffusion for Efficient Pathology Image Segmentation

ICML 2025poster

Pathology image segmentation plays a pivotal role in artificial digital pathology diagnosis and treatment. Existing approaches to pathology image segmentation are hindered by labor-intensive annotation processes and limited accuracy in tail-class identification, primarily due to the long-tail distri…

2025

Odyssey : Empowering Minecraft Agents with Open-World Skills

IJCAI 2025

Recent studies have delved into constructing generalist agents for open-world environments like Minecraft. Despite the encouraging results, existing efforts mainly focus on solving basic programmatic tasks, e.g., material collection and tool-crafting following the Minecraft tech-tree, treating the O

2025

PatchDPO: Patch-level DPO for Finetuning-free Personalized Image Generation

CVPR 2025poster

Finetuning-free personalized image generation can synthesize customized images without test-time finetuning, attracting wide research interest owing to its high efficiency. Current finetuning-free methods simply adopt a single training stage with a simple image reconstruction task, and they typicall…

2025

Revisiting Differentially Private Algorithms for Decentralized Online Learning

ICML 2025poster

Although the differential privacy (DP) of decentralized online learning has garnered considerable attention recently, existing algorithms are unsatisfactory due to their inability to achieve $(\epsilon, 0)$-DP over all $T$ rounds, recover the optimal regret in the non-private case, and maintain the…

Cited by 0SourcePDFScholar
2025

SALoM: Structure Aware Temporal Graph Networks with Long-Short Memory Updater

NeurIPS 2025poster

Dynamic graph learning is crucial for accurately modeling complex systems by integrating topological structure and temporal information within graphs. While memory-based methods are commonly used and excel at capturing short-range temporal correlations, they struggle with modeling long-range depende…

Cited by 0SourcecodeScholar
2025

STD-FD: Spatio-Temporal Distribution Fitting Deviation for AIGC Forgery Identification

ICML 2025poster

With the rise of AIGC technologies, particularly diffusion models, highly realistic fake images that can deceive human visual perception has become feasible. Consequently, various forgery detection methods have emerged. However, existing methods treat the generation process of fake images as either…

2025

SeRL: Self-play Reinforcement Learning for Large Language Models with Limited Data

NeurIPS 2025poster

Recent advances have demonstrated the effectiveness of Reinforcement Learning (RL) in improving the reasoning capabilities of Large Language Models (LLMs). However, existing works inevitably rely on high-quality instructions and verifiable rewards for effective training, both of which are often diff…

Cited by 0SourcecodeScholar
2025

Spatial-Temporal Reconstruction Error for AIGC-based Forgery Image Detection

ICASSP 2025accepted

The remarkable success of AI-Generated Content (AIGC), especially diffusion image generation models, brings about unprecedented creative applications, but also creates fertile ground for malicious counterfeiting and crime. A highly effective family of forgery image detection methods based on diffusi…

Cited by 0SourceScholar
2025

Training Data Provenance Verification: Did Your Model Use Synthetic Data from My Generative Model for Training?

CVPR 2025poster

High-quality open-source text-to-image models have lowered the threshold for obtaining photorealistic images significantly, but also face potential risks of misuse. Specifically, suspects may use synthetic data generated by these generative models to train models for specific tasks without permissio…

2025

Tree of Preferences for Diversified Recommendation

NeurIPS 2025poster

Diversified recommendation has attracted increasing attention from both researchers and practitioners, which can effectively address the homogeneity of recommended items. Existing approaches predominantly aim to infer the diversity of user preferences from observed user feedback. Nonetheless, due to…

Cited by 0SourceScholar
2025

VQCounter: Designing Visual Prompt Queue for Accurate Open-World Counting

IJCAI 2025

Class-agnostic counting enables enumerating arbitrary object classes beyond those seen during training. Recent studies attempted to exploit the potential of visual foundation models such as GroundingDINO. Despite the considerable progress, we observe certain shortcomings, including the limited diver

Cited by 0SourcePDFScholar
2024

A2PO: Towards Effective Offline Reinforcement Learning from an Advantage-aware Perspective

NeurIPS 2024poster

Offline reinforcement learning endeavors to leverage offline datasets to craft effective agent policy without online interaction, which imposes proper conservative constraints with the support of behavior policies to tackle the out-of-distribution problem. However, existing works often suffer from t…

2024

Angle Robustness Unmanned Aerial Vehicle Navigation in GNSS-Denied Scenarios

AAAI 2024technical

Due to the inability to receive signals from the Global Navigation Satellite System (GNSS) in extreme conditions, achieving accurate and robust navigation for Unmanned Aerial Vehicles (UAVs) is a challenging task. Recently emerged, vision-based navigation has been a promising and feasible alternativ…

2024

Association Pattern-aware Fusion for Biological Entity Relationship Prediction

NeurIPS 2024poster

Deep learning-based methods significantly advance the exploration of associations among triple-wise biological entities (e.g., drug-target protein-adverse reaction), thereby facilitating drug discovery and safeguarding human health. However, existing researches only focus on entity-centric informati…

2024

Can Graph Neural Networks Expose Training Data Properties? An Efficient Risk Assessment Approach

NeurIPS 2024poster

Graph neural networks (GNNs) have attracted considerable attention due to their diverse applications. However, the scarcity and quality limitations of graph data present challenges to their training process in practical settings. To facilitate the development of effective GNNs, companies and researc…

2024

Chain-of-Experts: When LLMs Meet Complex Operations Research Problems

ICLR 2024poster

Large language models (LLMs) have emerged as powerful techniques for various NLP tasks, such as mathematical reasoning and plan generation. In this paper, we study automatic modeling and programming for complex operation research (OR) problems, so as to alleviate the heavy dependence on domain exper…

Cited by 50SourcePDFScholar
2024

Dual-Perspective Activation: Efficient Channel Denoising via Joint Forward-Backward Criterion for Artificial Neural Networks

NeurIPS 2024poster

The design of Artificial Neural Network (ANN) is inspired by the working patterns of the human brain. Connections in biological neural networks are sparse, as they only exist between few neurons. Meanwhile, the sparse representation in ANNs has been shown to possess significant advantages. Activatio…

2024

E3V-K5: An Authentic Benchmark for Redefining Video-Based Energy Expenditure Estimation

ECCV 2024poster

"Accurately estimating energy expenditure (EE) is crucial for optimizing athletic training, monitoring daily activity levels, and preventing sports-related injuries. Estimating energy expenditure based on video (E3 V) is an appealing research direction. This paper introduces E3V-K5, an authentic dat…

2024

Hundredfold Accelerating for Pathological Images Diagnosis and Prognosis through Self-reform Critical Region Focusing

IJCAI 2024poster

Pathological slides are commonly gigapixel images with abundant information and are therefore significant for clinical diagnosis. However, the ultra-large size makes both training and evaluation extremely time-consuming. Most existing methods need to crop the slide into patches, which also leads to…

Cited by 2SourcePDFScholar
2024

Improved Regret for Bandit Convex Optimization with Delayed Feedback

NeurIPS 2024poster

We investigate bandit convex optimization (BCO) with delayed feedback, where only the loss value of the action is revealed under an arbitrary delay. Let $n,T,\bar{d}$ denote the dimensionality, time horizon, and average delay, respectively. Previous studies have achieved an $O(\sqrt{n}T^{3/4}+(n\bar…

Cited by 4SourcePDFScholar
2024

Improving Adversarial Robustness via Feature Pattern Consistency Constraint

IJCAI 2024poster

Convolutional Neural Networks (CNNs) are well-known for their vulnerability to adversarial attacks, posing significant security concerns. In response to these threats, various defense methods have emerged to bolster the model's robustness. However, most existing methods either focus on learning from…

Cited by 2SourcePDFScholar
2024

LG-CAV: Train Any Concept Activation Vector with Language Guidance

NeurIPS 2024poster

Concept activation vector (CAV) has attracted broad research interest in explainable AI, by elegantly attributing model predictions to specific concepts. However, the training of CAV often necessitates a large number of high-quality images, which are expensive to curate and thus limited to a predefi…

2024

Model LEGO: Creating Models Like Disassembling and Assembling Building Blocks

NeurIPS 2024poster

With the rapid development of deep learning, the increasing complexity and scale of parameters make training a new model increasingly resource-intensive. In this paper, we start from the classic convolutional neural network (CNN) and explore a paradigm that does not require training to obtain new mo…

2024

On the Concept Trustworthiness in Concept Bottleneck Models

AAAI 2024technical

Concept Bottleneck Models (CBMs), which break down the reasoning process into the input-to-concept mapping and the concept-to-label prediction, have garnered significant attention due to their remarkable interpretability achieved by the interpretable concept bottleneck. However, despite the transpar…

2024

On the Evaluation Consistency of Attribution-based Explanations

ECCV 2024poster

"Attribution-based explanations are garnering increasing attention recently and have emerged as the predominant approach towards eXplanable Artificial Intelligence (XAI). However, the absence of consistent configurations and systematic investigations in prior literature impedes comprehensive evaluat…

2024

Progressive Feature Self-Reinforcement for Weakly Supervised Semantic Segmentation

AAAI 2024technical

Compared to conventional semantic segmentation with pixel-level supervision, weakly supervised semantic segmentation (WSSS) with image-level labels poses the challenge that it commonly focuses on the most discriminative regions, resulting in a disparity between weakly and fully supervision scenarios…

2024

ProtoPFormer: Concentrating on Prototypical Parts in Vision Transformers for Interpretable Image Recognition

IJCAI 2024poster

Prototypical part network (ProtoPNet) and its variants have drawn wide attention and been applied to various tasks due to their inherent self-explanatory property. Previous ProtoPNets are primarily built upon convolutional neural networks (CNNs). Therefore, it is natural to investigate whether these…

2024

Training-Free Pretrained Model Merging

CVPR 2024poster

Recently model merging techniques have surfaced as a solution to combine multiple single-talent models into a single multi-talent model. However previous endeavors in this field have either necessitated additional training or fine-tuning processes or require that the models possess the same pre-trai…

2024

Transformer Doctor: Diagnosing and Treating Vision Transformers

NeurIPS 2024poster

Due to its powerful representational capabilities, Transformers have gradually become the mainstream model in the field of machine vision. However, the vast and complex parameters of Transformers impede researchers from gaining a deep understanding of their internal mechanisms, especially error mech…

Cited by 0SourcePDFScholar
2023

A Loopback Network for Explainable Microvascular Invasion Classification

CVPR 2023poster

Microvascular invasion (MVI) is a critical factor for prognosis evaluation and cancer treatment. The current diagnosis of MVI relies on pathologists to manually find out cancerous cells from hundreds of blood vessels, which is time-consuming, tedious, and subjective. Recently, deep learning has achi…

Cited by 1SourcePDFScholar
2023

Contrastive Identity-Aware Learning for Multi-Agent Value Decomposition

AAAI 2023technical

Value Decomposition (VD) aims to deduce the contributions of agents for decentralized policies in the presence of only global rewards, and has recently emerged as a powerful credit assignment paradigm for tackling cooperative Multi-Agent Reinforcement Learning (MARL) problems. One of the main challe…

2023

Decentralized SGD and Average-direction SAM are Asymptotically Equivalent

ICML 2023poster

Decentralized stochastic gradient descent (D-SGD) allows collaborative learning on massive devices simultaneously without the control of a central server. However, existing theories claim that decentralization invariably undermines generalization. In this paper, we challenge the conventional belief…

2023

DepGraph: Towards Any Structural Pruning

CVPR 2023poster

Structural pruning enables model acceleration by removing structurally-grouped parameters from neural networks. However, the parameter-grouping patterns vary widely across different models, making architecture-specific pruners, which rely on manually-designed grouping schemes, non-generalizable to n…

2023

Evaluation and Improvement of Interpretability for Self-Explainable Part-Prototype Networks

ICCV 2023poster

Part-prototype networks (e.g., ProtoPNet, ProtoTree, and ProtoPool) have attracted broad research interest for their intrinsic interpretability and comparable accuracy to non-interpretable counterparts. However, recent works find that the interpretability from prototypes is fragile, due to the seman…

Cited by 50PDFcodeScholar
2023

Generalization Matters: Loss Minima Flattening via Parameter Hybridization for Efficient Online Knowledge Distillation

CVPR 2023poster

Most existing online knowledge distillation(OKD) techniques typically require sophisticated modules to produce diverse knowledge for improving students' generalization ability. In this paper, we strive to fully utilize multi-model settings instead of well-designed modules to achieve a distillation e…

2023

How To Prevent the Continuous Damage of Noises To Model Training?

CVPR 2023poster

Deep learning with noisy labels is challenging and inevitable in many circumstances. Existing methods reduce the impact of noise samples by reducing loss weights of uncertain samples or by filtering out potential noise samples, which highly rely on the model's superior discriminative power for ident…

Cited by 5SourcePDFScholar
2023

Lookaround Optimizer: $k$ steps around, 1 step average

NeurIPS 2023poster

Weight Average (WA) is an active research topic due to its simplicity in ensembling deep networks and the effectiveness in promoting generalization. Existing weight average approaches, however, are often carried out along only one training trajectory in a post-hoc manner (i.e., the weights are avera…

2023

Neural TSP Solver with Progressive Distillation

AAAI 2023technical

Travelling salesman problem (TSP) is NP-Hard with exponential search space. Recently, the adoption of encoder-decoder models as neural TSP solvers has emerged as an attractive topic because they can instantly obtain near-optimal results for small-scale instances. Nevertheless, their training effici…

Cited by 13SourcePDFScholar
2023

Schema Inference for Interpretable Image Classification

ICLR 2023poster

In this paper, we study a novel inference paradigm, termed as schema inference, that learns to deductively infer the explainable predictions by rebuilding the prior deep neural network (DNN) forwarding scheme, guided by the prevalent philosophical cognitive concept of schema. We strive to reformulat…

2022

Attention Diversification for Domain Generalization

ECCV 2022poster

"Convolutional neural networks (CNNs) have demonstrated gratifying results at learning discriminative features. However, when applied to unseen domains, state-of-the-art models are usually prone to errors due to domain shift. After investigating this issue from the perspective of shortcut learning,…

2022

Bootstrapping ViTs: Towards Liberating Vision Transformers From Pre-Training

CVPR 2022poster

Recently, vision Transformers (ViTs) are developing rapidly and starting to challenge the domination of convolutional neural networks (CNNs) in the realm of computer vision (CV). With the general-purpose Transformer architecture replacing the hard-coded inductive biases of convolution, ViTs have sur…

Cited by 21PDFcodeScholar
2022

Comparison Knowledge Translation for Generalizable Image Classification

IJCAI 2022poster

Deep learning has recently achieved remarkable performance in image classification tasks, which depends heavily on massive annotation. However, the classification mechanism of existing deep learning models seems to contrast to humans' recognition mechanism. With only a glance at an image of the obje…

2022

Hierarchical Semi-Supervised Contrastive Learning for Contamination-Resistant Anomaly Detection

ECCV 2022poster

"Anomaly detection aims at identifying deviant samples from the normal data distribution. Contrastive learning has provided a successful way to sample representation that enables effective discrimination on anomalies. However, when contaminated with unlabeled abnormal samples in training set under s…

2022

Label Matching Semi-Supervised Object Detection

CVPR 2022poster

Semi-supervised object detection has made significant progress with the development of mean teacher driven self-training. Despite the promising results, the label mismatch problem is not yet fully explored in the previous works, leading to severe confirmation bias during self-training. In this paper…

Cited by 95PDFcodeScholar
2022

Learning Graph Neural Networks for Image Style Transfer

ECCV 2022poster

"State-of-the-art parametric and non-parametric style transfer approaches are prone to either distorted local style patterns due to global statistics alignment, or unpleasing artifacts resulting from patch mismatching. In this paper, we study a novel semi-parametric neural style transfer framework t…

Cited by 75SourcePDFScholar
2022

Model Doctor: A Simple Gradient Aggregation Strategy for Diagnosing and Treating CNN Classifiers

AAAI 2022technical

Recently, Convolutional Neural Network (CNN) has achieved excellent performance in the classification task. It is widely known that CNN is deemed as a 'blackbox', which is hard for understanding the prediction mechanism and debugging the wrong prediction. Some model debugging and explanation works a…

2022

Topology-aware Generalization of Decentralized SGD

ICML 2022spotlight

This paper studies the algorithmic stability and generalizability of decentralized stochastic gradient descent (D-SGD). We prove that the consensus model learned by D-SGD is $\mathcal{O}{(m/N\unaryplus1/m\unaryplus\lambda^2)}$-stable in expectation in the non-convex non-smooth setting, where $N$ is…

2022

Up to 100x Faster Data-Free Knowledge Distillation

AAAI 2022technical

Data-free knowledge distillation (DFKD) has recently been attracting increasing attention from research communities, attributed to its capability to compress a model only using synthetic data. Despite the encouraging results achieved, state-of-the-art DFKD methods still suffer from the inefficiency…

2021

Amalgamating Knowledge From Heterogeneous Graph Neural Networks

CVPR 2021poster

In this paper, we study a novel knowledge transfer task in the domain of graph neural networks (GNNs). We strive to train a multi-talented student GNN, without accessing human annotations, that "amalgamates" knowledge from a couple of teacher GNNs with heterogeneous architectures and handling distin…

Cited by 120PDFcodeScholar
2021

Boundary Knowledge Translation based Reference Semantic Segmentation

IJCAI 2021poster

Given a reference object of an unknown type in an image, human observers can effortlessly find the objects of the same category in another image and precisely tell their visual boundaries. Such visual cognition capability of humans seems absent from the current research spectrum of computer vision.…

Cited by 5SourcePDFScholar
2021

Contrastive Model Invertion for Data-Free Knolwedge Distillation

IJCAI 2021poster

Model inversion, whose goal is to recover training data from a pre-trained model, has been recently proved feasible. However, existing inversion methods usually suffer from the mode collapse problem, where the synthesized instances are highly similar to each other and thus show limited effectiveness…

2021

Edge-competing Pathological Liver Vessel Segmentation with Limited Labels

AAAI 2021technical

The microvascular invasion (MVI) is a major prognostic factor in hepatocellular carcinoma, which is one of the malignant tumors with the highest mortality rate. The diagnosis of MVI needs discovering the vessels that contain hepatocellular carcinoma cells and counting their number in each vessel, wh…

2021

KDExplainer: A Task-oriented Attention Model for Explaining Knowledge Distillation

IJCAI 2021poster

Knowledge distillation (KD) has recently emerged as an efficacious scheme for learning compact deep neural networks (DNNs). Despite the promising results achieved, the rationale that interprets the behavior of KD has yet remained largely understudied. In this paper, we introduce a novel task-oriente…

2021

Meta-Aggregator: Learning To Aggregate for 1-Bit Graph Neural Networks

ICCV 2021poster

In this paper, we study a novel meta aggregation scheme towards binarizing graph neural networks (GNNs). We begin by developing a vanilla 1-bit GNN framework that binarizes both the GNN parameters and the graph features. Despite the lightweight architecture, we observed that this vanilla framework s…

Cited by 52PDFScholar
2021

Mosaicking to Distill: Knowledge Distillation from Out-of-Domain Data

NeurIPS 2021poster

Knowledge distillation~(KD) aims to craft a compact student model that imitates the behavior of a pre-trained teacher in a target domain. Prior KD approaches, despite their gratifying results, have largely relied on the premise that \emph{in-domain} data is available to carry out the knowledge trans…

2021

Mutual-Complementing Framework for Nuclei Detection and Segmentation in Pathology Image

ICCV 2021poster

Detection and segmentation of nuclei are fundamental analysis operations in pathology images, the assessments derived from which serve as the gold standard for cancer diagnosis. Manual segmenting nuclei is expensive and time-consuming. What's more, accurate segmentation detection of nuclei can be ch…

Cited by 23PDFScholar
2021

Online Knowledge Distillation for Efficient Pose Estimation

ICCV 2021poster

Existing state-of-the-art human pose estimation methods require heavy computational resources for accurate predictions. One promising technique to obtain an accurate yet lightweight pose estimator is knowledge distillation, which distills the pose knowledge from a powerful teacher model to a less-pa…

Cited by 133PDFcodeScholar
2021

Progressive Network Grafting for Few-Shot Knowledge Distillation

AAAI 2021technical

Knowledge distillation has demonstrated encouraging performances in deep model compression. Most existing approaches, however, require massive labeled data to accomplish the knowledge transfer, making the model compression a cumbersome and costly process. In this paper, we investigate the practical…

2021

Track Without Appearance: Learn Box and Tracklet Embedding With Local and Global Motion Patterns for Vehicle Tracking

ICCV 2021poster

Vehicle tracking is an essential task in the multi-object tracking (MOT) field. A distinct characteristic in vehicle tracking is that the trajectories of vehicles are fairly smooth in both the world coordinate and the image coordinate. Hence, models that capture motion consistencies are of high nece…

Cited by 77PDFcodeScholar
2021

Training Generative Adversarial Networks in One Stage

CVPR 2021poster

Generative Adversarial Networks (GANs) have demonstrated unprecedented success in various image generation tasks. The encouraging results, however, come at the price of a cumbersome training process, during which the generator and discriminator are alternately updated in two stages. In this paper, w…

Cited by 21PDFcodeScholar
2021

Turning Frequency to Resolution: Video Super-Resolution via Event Cameras

CVPR 2021poster

State-of-the-art video super-resolution (VSR) methods focus on exploiting inter- and intra-frame correlations to estimate high-resolution (HR) video frames from low-resolution (LR) ones. In this paper, we study VSR from an exotic perspective, by explicitly looking into the role of temporal frequency…

Cited by 51PDFScholar
2021

Visual Boundary Knowledge Translation for Foreground Segmentation

AAAI 2021technical

When confronted with objects of unknown types in an image, humans can effortlessly and precisely tell their visual boundaries. This recognition mechanism and underlying generalization capability seem to contrast to state-of-the-art image segmentation networks that rely on large-scale category-aware…

2020

Collaboration by Competition: Self-coordinated Knowledge Amalgamation for Multi-talent Student Learning

ECCV 2020poster

A vast number of well-trained deep networks have been released by developers online for plug-and-play use. These networks specialize in different tasks and in many cases, the data and annotations used to train them are not publicly available. In this paper, we study how to reuse such heterogeneous p…

2020

DEPARA: Deep Attribution Graph for Deep Knowledge Transferability

CVPR 2020oral

Exploring the intrinsic interconnections between the knowledge encoded in PRe-trained Deep Neural Networks (PR-DNNs) of heterogeneous tasks sheds light on their mutual transferability, and consequently enables knowledge transfer from one task to another so as to reduce the training effort of the lat…

Cited by 36PDFcodeScholar
2020

Distilling Knowledge From Graph Convolutional Networks

CVPR 2020poster

Existing knowledge distillation methods focus on convolutional neural networks (CNNs), where the input samples like images lie in a grid domain, and have largely overlooked graph convolutional networks (GCN) that handle non-grid data. In this paper, we propose to our best knowledge the first dedicat…

Cited by 314PDFcodeScholar
2020

Learning Propagation Rules for Attribution Map Generation

ECCV 2020poster

Existing gradient-based attribution-map methods rely on hand-crafted propagation rules for the non-linear/activation layers during the backward pass, so as to produce gradients of the input and then the attribution map. Despite the promising results achieved, such methods are sensitive to the non-in…

Cited by 18SourcePDFScholar
2020

One-sample Guided Object Representation Disassembling

NeurIPS 2020poster

The ability to disassemble the features of objects and background is crucial for many machine learning tasks, including image classification, image editing, visual concepts learning, and so on. However, existing (semi-)supervised methods all need a large amount of annotated samples, while unsupervis…

2019

Customizing Student Networks From Heterogeneous Teachers via Adaptive Knowledge Amalgamation

ICCV 2019poster

A massive number of well-trained deep networks have been released by developers online. These networks may focus on different tasks and in many cases are optimized for different datasets. In this paper, we study how to exploit such heterogeneous pre-trained networks, known as teachers, so as to trai…

Cited by 70PDFcodeScholar
2019

Deep Model Transferability from Attribution Maps

NeurIPS 2019poster

Exploring the transferability between heterogeneous tasks sheds light on their intrinsic interconnections, and consequently enables knowledge transfer from one task to another so as to reduce the training effort of the latter. In this paper, we propose an embarrassingly simple yet very efficacious a…

2019

Student Becoming the Master: Knowledge Amalgamation for Joint Scene Parsing, Depth Estimation, and More

CVPR 2019poster

In this paper, we investigate a novel deep-model reusing task. Our goal is to train a lightweight and versatile student model, without human-labelled annotations, that amalgamates the knowledge and masters the expertise of two pre-trained teacher models working on heterogeneous problems, one on scen…

Cited by 71PDFScholar
2018

Dual Swap Disentangling

NeurIPS 2018poster

Learning interpretable disentangled representations is a crucial yet challenging task. In this paper, we propose a weakly semi-supervised method, termed as Dual Swap Disentangling (DSD), for disentangling using both labeled and unlabeled data. Unlike conventional weakly supervised methods that rely…

2018

Selective Zero-Shot Classification with Augmented Attributes

ECCV 2018poster

In this paper, we introduce a selective zero-shot classification problem: how can the classifier avoid making dubious predictions? Existing attribute-based zero-shot classification methods are shown to work poorly in the selective classification scenario. We argue the under-complete human defined at…

Cited by 37SourcePDFScholar
2018

Stroke Controllable Fast Style Transfer with Adaptive Receptive Fields

ECCV 2018poster

The Fast Style Transfer methods have been recently proposed to transfer a photograph to an artistic style in real-time. This task involves controlling the stroke size in the stylized results, which remains an open challenge. In this paper, we present a stroke controllable style transfer network that…

Cited by 148SourcePDFScholar
2018

Transductive Unbiased Embedding for Zero-Shot Learning

CVPR 2018poster

Most existing Zero-Shot Learning (ZSL) methods have the strong bias problem, in which instances of unseen (target) classes tend to be categorized as one of the seen (source) classes. So they yield poor performance after being deployed in the generalized ZSL settings. In this paper, we propose a stra…

Cited by 254SourcePDFScholar