← Search

YANG HE

28 accepted papers

2026

Beyond Soft Labels: Unifying Dataset Pruning and Distillation for Efficient Large-scale Compression

ICML 2026poster

Dataset pruning (DP) and dataset distillation (DD) fundamentally differ in their outputs: DP selects original image subsets, while DD generates synthetic images. Recently, DD's increasing reliance on original images suggests a convergence of the two directions. To investigate this convergence trend,…

Cited by 0SourceScholar
2026

Dataset Color Quantization: A Training-Oriented Framework for Dataset-Level Compression

ICLR 2026poster

Large-scale image datasets are fundamental to deep learning, but their high storage demands pose challenges for deployment in resource-constrained environments. While existing approaches reduce dataset size by discarding samples, they often ignore the significant redundancy within each image -- part…

Cited by 0SourcecodeScholar
2026

From 2D Grids to 1D Tokens: Reforming Shared Representations for Multimodal Image Fusion

ICML 2026poster

Multimodal image fusion (MMIF) aims to integrate complementary information from different modalities into a single fused image that preserves *fine local details* while maintaining *globally consistent appearance*. Most existing approaches build shared representations on 2D feature grids, which exce…

Cited by 0SourceScholar
2026

LLM Safety in Judicial AI: A Stress Test of Social Media Influence on Real-World Judgments

AAAI 2026technical

Integrating Large Language Models (LLMs) into judicial decision-making demands rigorous safety examination against non-legal influences. This paper presents a novel stress test where we evaluate LLM-generated labor dispute outcomes by introducing social media sentiment as an external pressure, criti

Cited by 0SourcePDFScholar
2026

MemGuide: Intent-Driven Memory Selection for Goal-Oriented Multi-Session LLM Agents

AAAI 2026technical

Modern task-oriented dialogue (TOD) systems increasingly rely on large language model (LLM) agents, leveraging Retrieval-Augmented Generation (RAG) and long-context capabilities for long-term memory utilization. However, these methods prioritise semantic similarity over task intent, degrading multi-

Cited by 0SourcePDFScholar
2026

Navigating the Flatlands: Dual Adaptive Sharpness-Aware Minimization for Domain Generalization

ICML 2026poster

Finding flat minima in the loss landscape is a key strategy for Domain Generalization (DG). However, its effectiveness is often limited by two crucial challenges. 1) Domain Shift: Existing methods like Sharpness-Aware Minimization (SAM) apply a uniform optimization strategy across all domains, overl…

Cited by 0SourceScholar
2026

SpotIt: Evaluating Text-to-SQL Evaluation with Formal Verification

ICLR 2026poster

Community-driven Text-to-SQL evaluation platforms play a pivotal role in tracking the state of the art of Text-to-SQL performance. The reliability of the evaluation process is critical for driving progress in the field. Current evaluation methods are largely test-based, which involves comparing the…

Cited by 0SourceScholar
2025

SCOPE: Saliency-Coverage Oriented Token Pruning for Efficient Multimodel LLMs

NeurIPS 2025poster

Multimodal Large Language Models (MLLMs) typically process a large number of visual tokens, leading to considerable computational overhead, even though many of these tokens are redundant. Existing visual token pruning methods primarily focus on selecting the most salient tokens based on attention sc…

Cited by 0SourceScholar
2025

Swift Cross-Dataset Pruning: Enhancing Fine-Tuning Efficiency in Natural Language Understanding

COLING 2025main

Dataset pruning aims to select a subset of a dataset for efficient model training. While data efficiency in natural language processing has primarily focused on cross-corpus scenarios during model pre-training, efficient dataset pruning for task-specific fine-tuning across diverse datasets remains c…

2024

Research of calibration method for fusion of LDS sensor and ToF low-cost sensor

IROS 2024poster

This paper proposes a method for calibrating the external parameters of the LDS sensor and ToF depth camera based on three cylinders. This method obtains the scanning data of the side surfaces of the three cylinders at different postures by changing the posture of the robot. For the single-line lase…

Cited by 0SourceScholar
2024

Robotic Craniomaxillofacial Osteotomy System Using Acoustic 3D Registration *

ICRA 2024poster

Osteotomy holds a pivotal position among the fundamental procedures in craniomaxillofacial (CMF) surgery. However, there are inherent challenges and risks associated with ensuring the recuperation of occlusion, safeguarding the facial nerves and blood vessels, as well as preserving facial aesthetics…

Cited by 0SourceScholar
2023

You Only Condense Once: Two Rules for Pruning Condensed Datasets

NeurIPS 2023poster

Dataset condensation is a crucial tool for enhancing training efficiency by reducing the size of the training dataset, particularly in on-device scenarios. However, these scenarios have two significant challenges: 1) the varying computational resources available on the devices require a dataset size…

2022

ProgFed: Effective, Communication, and Computation Efficient Federated Learning by Progressive Training

ICML 2022spotlight

Federated learning is a powerful distributed learning scheme that allows numerous edge devices to collaboratively train a model without sharing their data. However, training is resource-intensive for edge devices, and limited network bandwidth is often the main bottleneck. Prior work often overcomes…

2022

TD-Road: Top-Down Road Network Extraction with Holistic Graph Construction

ECCV 2022poster

"Graph-based approaches have been becoming increasingly popular in road network extraction, in addition to segmentation-based methods. Road networks are represented as graph structures, being able to explicitly define the topology structures and avoid the ambiguity of segmentation masks, such as bet…

2020

An Attention-based Model for Conversion Rate Prediction with Delayed Feedback via Post-click Calibration

IJCAI 2020poster

Conversion rate (CVR) prediction is becoming increasingly important in the multi-billion dollar online display advertising industry. It has two major challenges: firstly, the scarce user history data is very complicated and non-linear; secondly, the time delay between the clicks and the correspondin…

Cited by 0SourcePDFScholar
2020

Learning Filter Pruning Criteria for Deep Convolutional Neural Networks Acceleration

CVPR 2020poster

Filter pruning has been widely applied to neural network compression and acceleration. Existing methods usually utilize pre-defined pruning criteria, such as Lp-norm, to prune unimportant filters. There are two major limitations to these methods. First, existing methods fail to consider the variety…

Cited by 301PDFScholar
2020

Segmentations-Leak: Membership Inference Attacks and Defenses in Semantic Image Segmentation

ECCV 2020poster

Today's success of state of the art methods for semantic segmentation is driven by large datasets. Data is considered an important asset that needs to be protected, as the collection and annotation of such datasets comes at significant efforts and associated costs. In addition, visual data might con…

2019

Filter Pruning via Geometric Median for Deep Convolutional Neural Networks Acceleration

CVPR 2019oral

Previous works utilized "smaller-norm-less-important" criterion to prune filters with smaller norm values in a convolutional neural network. In this paper, we analyze this norm-based criterion and point out that its effectiveness depends on two requirements that are not always met: (1) the norm de…

Cited by 1523PDFcodeScholar
2019

Semantic Projection Network for Zero- and Few-Label Semantic Segmentation

CVPR 2019poster

Semantic segmentation is one of the most fundamental problems in computer vision and pixel-level labelling in this context is particularly expensive. Hence, there have been several attempts to reduce the annotation effort such as learning from image level labels and bounding box annotations. In this…

Cited by 294PDFScholar
2018

Diverse Conditional Image Generation by Stochastic Regression with Latent Drop-Out Codes

ECCV 2018poster

Recent advances in Deep Learning and probabilistic modeling have let to strong improvements in generative models for images. On the one hand, GANs have contributed a highly effective adversarial learning procedure, but still suffer from stability issues. On the other hand, CVAE models provide a soun…

2017

STD2P: RGBD Semantic Segmentation Using Spatio-Temporal Data-Driven Pooling

CVPR 2017poster

We propose a novel superpixel-based multi-view convolutional neural network for semantic image segmentation. The proposed network produces a high quality segmentation of a single image by leveraging information from additional views of the same scene. Particularly in indoor videos such as captured b…

Cited by 155PDFcodeScholar