← Search

Yunhe Feng

8 accepted papers

2026

OrgaCast: A Trustworthy Spatiotemporal Diffusion Model for Fluorescence Organoid Forecasting

AAAI 2026technical

Accurately forecasting the spatiotemporal dynamics of biological systems, such as human pluripotent stem cell (hPSC)-derived cardiac organoids, from microscopy time-series is a critical challenge in biomedicine with profound implications for drug discovery. Existing generative models often fail to c

Cited by 0SourcePDFScholar
2025

DAM: Dynamic Attention Mask for Long-Context Large Language Model Inference Acceleration

ACL 2025finding

Long-context understanding is crucial for many NLP applications, yet transformers struggle with efficiency due to the quadratic complexity of self-attention. Sparse attention methods alleviate this cost but often impose static, predefined masks, failing to capture heterogeneous attention patterns. T…

2025

DP-GTR: Differentially Private Prompt Protection via Group Text Rewriting

EMNLP 2025

Prompt privacy is crucial, especially when using online large language models (LLMs), due to the sensitive information often contained within prompts. While LLMs can enhance prompt privacy through text rewriting, existing methods primarily focus on document-level rewriting, neglecting the rich, mult

2025

Efficient and Accurate Low-Resolution Transformer Tracking

IROS 2025

High-performance Transformer trackers have exhibited excellent results, yet they often bear a heavy computational load. Observing that a smaller input can immediately and conveniently reduce computations without changing the model, an easy solution is to adopt a low-resolution input for efficient Tr

Cited by 0SourcecodeScholar
2024

Efficient Multimodal Semantic Segmentation via Dual-Prompt Learning

IROS 2024

Multimodal (e.g., RGB-Depth/RGB-Thermal) fusion has shown great potential for improving semantic segmentation in complex scenes (e.g., indoor/low-light conditions). Existing approaches often fully fine-tune a dual-branch encoder-decoder framework with a complicated feature fusion strategy for achiev

Cited by 45SourcecodeScholar
2023

Addressing Weak Decision Boundaries in Image Classification by Leveraging Web Search and Generative Models

IJCAI 2023poster

Machine learning (ML) technologies are known to be riddled with ethical and operational problems, however, we are witnessing an increasing thrust by businesses to deploy them in sensitive applications. One major issue among many is that ML models do not perform equally well for underrepresented grou…

Cited by 1SourcePDFScholar
2023

Towards Fairness-aware Adversarial Network Pruning

ICCV 2023poster

Network pruning aims to compress models while minimizing loss in accuracy. With the increasing focus on bias in AI systems, the bias inheriting or even magnification nature of traditional network pruning methods has raised a new perspective towards fairness-aware network pruning. Straightforward pru…

Cited by 8PDFScholar
2023

Towards Transferable Targeted Adversarial Examples

CVPR 2023poster

Transferability of adversarial examples is critical for black-box deep learning model attacks. While most existing studies focus on enhancing the transferability of untargeted adversarial attacks, few of them studied how to generate transferable targeted adversarial examples that can mislead models…