← Search

Ting Jiang

12 accepted papers

2026

DecodeShare: Tracing the Shared Pathways of LLM Decode-Time Decisions

ICML 2026spotlight

Large language models (LLMs) handle many tasks with one set of parameters, but under KV-cached inference it is unclear what task-general structure, if any, is used at $\textit{decode time}$ rather than during $\textit{prefill}$. We propose $\textbf{DecodeShare}$, a protocol that identifies a low-dim…

Cited by 0SourceScholar
2026

FlashSVD: Memory-Efficient Inference with Streaming for Low-Rank Models

AAAI 2026technical

Singular Value Decomposition (SVD) has recently gained traction as an effective compression technique for large language models (LLMs), with many studies reporting 20-80% parameter reduction at minimal accuracy cost. However, despite reducing weight memory, existing SVD-based approaches still rely o

Cited by 0SourcePDFScholar
2025

Diff-Shadow: Global-guided Diffusion Model for Shadow Removal

AAAI 2025technical

We propose Diff-Shadow, a global-guided diffusion model for high-quality shadow removal. Previous transformer-based approaches can utilize global information to relate shadow and non-shadow regions but are limited in their synthesis ability and recover images with obvious boundaries. In contrast, di…

2025

Enhanced Cyclic Coordinate Descent Methods for Elastic Net Penalized Linear Models

NeurIPS 2025poster

We present a novel enhanced cyclic coordinate descent (ECCD) framework for solving generalized linear models with elastic net constraints that reduces training time in comparison to existing state-of-the-art methods. We redesign the CD method by performing a Taylor expansion around the current itera…

Cited by 0SourcecodeScholar
2025

Realistic Noise Synthesis with Diffusion Models

AAAI 2025technical

Deep denoising models require extensive real-world training data, which is challenging to acquire. Current noise synthesis techniques struggle to accurately model complex noise distributions. We propose a novel Realistic Noise Synthesis Diffusor (RNSD) method using diffusion models to address these…

2025

SADA: Stability-guided Adaptive Diffusion Acceleration

ICML 2025poster

Diffusion models have achieved remarkable success in generative tasks but suffer from high computational costs due to their iterative sampling process and quadratic‐attention costs. Existing training-free acceleration strategies that reduce per-step computation cost, while effectively reducing samp…

2024

Scaling Sentence Embeddings with Large Language Models

EMNLP 2024finding

Large Language Models (LLMs) have recently gained significant interest due to their impressive results in various natural language tasks. However, their application to sentence embeddings is still under active research. In this work, we introduce PromptEOL, a simple and efficient method designed to…

2023

MEFLUT: Unsupervised 1D Lookup Tables for Multi-exposure Image Fusion

ICCV 2023poster

In this paper, we introduce a new approach for high-quality multi-exposure image fusion (MEF). We show that the fusion weights of an exposure can be encoded into a 1D lookup table (LUT), which takes pixel intensity value as input and produces fusion weight as output. We learn one 1D LUT for each exp…

Cited by 19PDFcodeScholar
2023

Pruning Pre-trained Language Models Without Fine-Tuning

ACL 2023long

To overcome the overparameterized problem in Pre-trained Language Models (PLMs), pruning is widely used as a simple and straightforward compression method by directly removing unimportant weights. Previous first-order methods successfully compress PLMs to extremely high sparsity with little performa…

2022

Exploiting Global and Local Hierarchies for Hierarchical Text Classification

EMNLP 2022main

Hierarchical text classification aims to leverage label hierarchy in multi-label text classification. Existing methods encode label hierarchy in a global view, where label hierarchy is treated as the static hierarchical structure containing all labels. Since global hierarchy is static and irrelevant…

2022

PromptBERT: Improving BERT Sentence Embeddings with Prompts

EMNLP 2022main

We propose PromptBERT, a novel contrastive learning method for learning better sentence representation. We firstly analysis the drawback of current sentence embedding from original BERT and find that it is mainly due to the static token embedding bias and ineffective BERT layers. Then we propose the…

2021

LightXML: Transformer with Dynamic Negative Sampling for High-Performance Extreme Multi-label Text Classification

AAAI 2021technical

Extreme multi-label text classification(XMC) is a task for finding the most relevant labels from a large label set. Nowadays deep learning-based methods have shown significant success in XMC. However, the existing methods (e.g., AttentionXML and X-Transformer etc) still suffer from 1) combining seve…