{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2609-00097","title":"Faster Than Flash: Exploiting Attention Sparsity for Efficient Long-Context Decoding","arxiv_id":"2609.00097","date":"2026-08-31","proceeding":null,"authors":["Zhigeng Liu","Zhiyuan Ning","Ruixiao Li","Xiaoran Liu","Yuerong Song","Min Zhang","Ziwei He","Xipeng Qiu"],"abstract":"The development of long-context Large Language Models (LLMs) is constrained by the memory bandwidth bottleneck and quadratic complexity of the attention mechanism during decoding. To overcome the inherent trade-offs between the memory overhead of metadata-based metrics and the computational inefficiency of adaptive selection strategies, we present Faster Flash Decoding (FFD), a novel hardware-algorithm co-design framework designed to break the memory wall in long-context decoding. FFD integrates the selector and computer into a fully fused kernel, replacing external metadata indices with content-aware scanning via low-bit quantization. Furthermore, we introduce the top-delta strategy, which dynamically filters blocks to achieve distribution-adaptive sparsity without global synchronization. Offering a training-free and plug-and-play solution, FFD also enables the reuse of scanning results for computation, achieving up to 11.6x kernel-level speedup and scaling to 256K context length, with 2.37x end-to-end throughput improvement. Empirical validation on RULER and LongBench confirms that FFD maintains model accuracy while delivering high-ratio sparsity, with code available at https://github.com/qluoluo/faster-flash-decoding","url_abs":"https://arxiv.org/abs/2609.00097","url_pdf":"https://arxiv.org/pdf/2609.00097","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2609.00097","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2609.00097"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/qluoluo/faster-flash-decoding","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"ran_fixture":1,"ran_draft_wrong":1,"unverified":6},"by_repo_kind":{"found_in_text":{"samples":8,"ran":2,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"3c76e52815c5401d","entry":"repeat_kv","repo":"qluoluo/faster-flash-decoding","repo_kind":"found_in_text","path":"ffd_core/modeling/llama.py","file_url":"https://github.com/qluoluo/faster-flash-decoding/blob/HEAD/ffd_core/modeling/llama.py","link_basis":"plan_row","language":"python","status":"ran_fixture","verification_level":2,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"3c76e52815c5401d"}},{"code_sha256_prefix":"e03d53ba9d4f9ae5","entry":"rotate_half","repo":"qluoluo/faster-flash-decoding","repo_kind":"found_in_text","path":"ffd_core/modeling/llama.py","file_url":"https://github.com/qluoluo/faster-flash-decoding/blob/HEAD/ffd_core/modeling/llama.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e03d53ba9d4f9ae5"}},{"code_sha256_prefix":"de11bf4368235366","entry":"apply_rotary_pos_emb","repo":"qluoluo/faster-flash-decoding","repo_kind":"found_in_text","path":"ffd_core/modeling/llama.py","file_url":"https://github.com/qluoluo/faster-flash-decoding/blob/HEAD/ffd_core/modeling/llama.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"de11bf4368235366"}},{"code_sha256_prefix":"fa858c2448c19b64","entry":"normalize_selector_type","repo":"qluoluo/faster-flash-decoding","repo_kind":"found_in_text","path":"ffd_core/modeling/selection_thresholds.py","file_url":"https://github.com/qluoluo/faster-flash-decoding/blob/HEAD/ffd_core/modeling/selection_thresholds.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"fa858c2448c19b64"}},{"code_sha256_prefix":"fd33bafa1ea27422","entry":"quantize_symmetric","repo":"qluoluo/faster-flash-decoding","repo_kind":"found_in_text","path":"ffd_core/modeling/quantized_cache.py","file_url":"https://github.com/qluoluo/faster-flash-decoding/blob/HEAD/ffd_core/modeling/quantized_cache.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"fd33bafa1ea27422"}},{"code_sha256_prefix":"9bcdf72052d372ad","entry":"quantize_symmetric_blocks","repo":"qluoluo/faster-flash-decoding","repo_kind":"found_in_text","path":"ffd_core/modeling/quantized_cache.py","file_url":"https://github.com/qluoluo/faster-flash-decoding/blob/HEAD/ffd_core/modeling/quantized_cache.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"9bcdf72052d372ad"}},{"code_sha256_prefix":"959d4f942a78f091","entry":"resolve_selector_value","repo":"qluoluo/faster-flash-decoding","repo_kind":"found_in_text","path":"ffd_core/modeling/selection_thresholds.py","file_url":"https://github.com/qluoluo/faster-flash-decoding/blob/HEAD/ffd_core/modeling/selection_thresholds.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"959d4f942a78f091"}},{"code_sha256_prefix":"2cb04e2bc964b3d1","entry":"topk_group_scores_to_threshold","repo":"qluoluo/faster-flash-decoding","repo_kind":"found_in_text","path":"ffd_core/modeling/selection_thresholds.py","file_url":"https://github.com/qluoluo/faster-flash-decoding/blob/HEAD/ffd_core/modeling/selection_thresholds.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2cb04e2bc964b3d1"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_daily_20260902.json"},"syntology_extracted_results":null}