中文
相关论文

相关论文: From H&M to Gap for Lightweight BWT Merging

200 篇论文

The weighted-Hamming metric generalizes the Hamming metric by assigning different weights to blocks of coordinates. It is well-suited for applications such as coding over independent parallel channels, each of which has a different level of…

信息论 · 计算机科学 2026-01-21 Sebastian Bitzer , Alberto Ravagnani , Violetta Weger

The theory of holographic algorithms, which are polynomial time algorithms for certain combinatorial counting problems, yields insight into the hierarchy of complexity classes. In particular, the theory produces algebraic tests for a…

计算复杂性 · 计算机科学 2009-04-07 J. M. Landsberg , Jason Morton , Serguei Norine

This paper presents a lightweight image fusion algorithm specifically designed for merging visible light and infrared images, with an emphasis on balancing performance and efficiency. The proposed method enhances the generator in a…

图像与视频处理 · 电气工程与系统科学 2024-09-30 Zhizhong Wu , Jiajing Chen , LiangHao Tan , Hao Gong , Zhou Yuru , Ge Shi

This tutorial aims to establish connections between polynomial modular multiplication over a ring to circular convolution and discrete Fourier transform (DFT). The main goal is to extend the well-known theory of DFT in signal processing…

密码学与安全 · 计算机科学 2024-06-11 Sin-Wei Chiu , Keshab K. Parhi

Given a set of finite words, the Overlap Graph (OG) is a complete weighted digraph where each word is a node and where the weight of an arc equals the length of the longest overlap of one word onto the other (Overlap is an asymmetric…

数据结构与算法 · 计算机科学 2021-11-18 Bastien Cazaux , Eric Rivals

Arabic Handwritten Character Recognition (AHCR) has recently advanced significantly with deep Convolutional Neural Networks (ConvNets). However, many models in the literature are deep and computationally expensive in terms of parameters and…

计算机视觉与模式识别 · 计算机科学 2026-05-19 Mohsine El Khayati , Rachid Elouahbi , Abdelillah Semma

The LCP array is an important tool in stringology, allowing to speed up pattern matching algorithms and enabling compact representations of the suffix tree. Recently, Conte et al. [DCC 2023] and Cotumaccio et al. [SPIRE 2023] extended the…

数据结构与算法 · 计算机科学 2024-04-23 Jarno Alanko , Davide Cenzato , Nicola Cotumaccio , Sung-Hwan Kim , Giovanni Manzini , Nicola Prezza

GEneral Matrix Multiply (GEMM) is a central operation in deep learning and corresponds to the largest chunk of the compute footprint. Therefore, improving its efficiency is an active topic of ongoing research. A popular strategy is the use…

机器学习 · 计算机科学 2024-03-13 Zhanpeng Zeng , Karthikeyan Sankaralingam , Vikas Singh

We propose a new and strengthened Branch-and-Bound (BnB) algorithm for the maximum common (connected) induced subgraph problem based on two new operators, Long-Short Memory (LSM) and Leaf vertex Union Match (LUM). Given two graphs for which…

数据结构与算法 · 计算机科学 2022-01-19 Jianrong Zhou , Kun He , Jiongzhi Zheng , Chu-Min Li , Yanli Liu

In this paper we describe algorithms for computing the BWT and for building (compressed) indexes in external memory. The innovative feature of our algorithms is that they are lightweight in the sense that, for an input of size $n$, they use…

数据结构与算法 · 计算机科学 2009-09-25 Paolo Ferragina , Travis Gagie , Giovanni Manzini

Binary codes are widely used to represent the data due to their small storage and efficient computation. However, there exists an ambiguity problem that lots of binary codes share the same Hamming distance to a query. To alleviate the…

计算机视觉与模式识别 · 计算机科学 2020-06-12 Zhenyu Weng , Yuesheng Zhu

Pruning is an effective method to reduce the memory footprint and computational cost associated with large natural language processing models. However, current pruning algorithms either only focus on one pruning category, e.g., structured…

计算与语言 · 计算机科学 2022-05-24 Zhewei Yao , Xiaoxia Wu , Linjian Ma , Sheng Shen , Kurt Keutzer , Michael W. Mahoney , Yuxiong He

Large Language Models (LLMs) have demonstrated exceptional capabilities across diverse natural language processing (NLP) tasks. The release of open-source LLMs like LLaMA and Qwen has triggered the development of numerous fine-tuned models…

计算与语言 · 计算机科学 2025-06-17 Zichuan Fu , Xian Wu , Yejing Wang , Wanyu Wang , Shanshan Ye , Hongzhi Yin , Yi Chang , Yefeng Zheng , Xiangyu Zhao

Rank aggregation aims to combine the preference rankings of a number of alternatives from different voters into a single consensus ranking. As a useful model for a variety of practical applications, however, it is a computationally…

神经与进化计算 · 计算机科学 2022-01-12 Yangming Zhou , Jin-Kao Hao , Zhen Li , Fred Glover

In sparse convolution-type problems, a common technique is to hash the input integers modulo a random prime $p\in [Q/2,Q]$ for some parameter $Q$, which reduces the range of the input integers while preserving their additive structure.…

数据结构与算法 · 计算机科学 2024-04-01 Ce Jin , Yinzhan Xu

This paper shows the weighted matching problem on general graphs can be solved in time $O(n(m + n\log n))$ for $n$ and $m$ the number of vertices and edges, respectively. This was previously known only for bipartite graphs. The crux is a…

数据结构与算法 · 计算机科学 2016-11-24 Harold N. Gabow

With the increasing demands on future wireless systems, new design objectives become eminent. Low-density parity-check codes together with belief propagation (BP) decoding have outstanding performance for large block lengths. Yet, for…

信息论 · 计算机科学 2024-06-06 Jonathan Mandelbaum , Sisi Miao , Nils Albert Schwendemann , Holger Jäkel , Laurent Schmalen

Generalized belief propagation (GBP) has proven to be a promising technique for approximate inference tasks in AI and machine learning. However, the choice of a good set of clusters to be used in GBP has remained more of an art then a…

人工智能 · 计算机科学 2012-07-19 Max Welling

Model merging combines fine-tuned checkpoints into a single multi-task model without retraining. Existing methods - such as task arithmetic, model soups, TIES, and DARE - are computationally efficient and empirically successful, but rely on…

机器学习 · 计算机科学 2026-05-29 Bethan Evans , Benjamin Etheridge , Stephen Roberts , Jared Tanner

The Extended Burrows Wheeler transform (EBWT) helps to find the distance between two sequences. Implementation of an existing algorithm takes considerable amount of time for small size sequences. In this paper, we give a parallel…

分布式、并行与集群计算 · 计算机科学 2011-02-02 Shashank Srikant