OBIFormer: A Fast Attentive Denoising Framework for Oracle Bone Inscriptions
Jinhao Li, Zijian Chen, Tingzhu Chen, Zhiji Liu, Changbo Wang
TL;DR
This paper presents OBIFormer, a fast attentive denoising framework for Oracle Bone Inscriptions that integrates channel-wise self-attention, glyph extraction, and selective kernel feature fusion to reconstruct denoised glyph Images while preserving stroke structure. The model adopts a U-shaped encoder-decoder with specialized OFBs that fuse reconstruction and glyph information, yielding state-of-the-art PSNR/SSIM on Oracle-50K and RCRN and demonstrating promising generalization to the real-world OBC306 dataset. Additional contributions include a jointly optimized loss for image and skeleton outputs, comprehensive ablations, and evidence that denoising enhances downstream OBI recognition across multiple ResNet backbones. The work achieves strong practical impact by offering a computationally efficient denoising approach that supports automatic OBI recognition and provides code for reproducibility.
Abstract
Oracle bone inscriptions (OBIs) are the earliest known form of Chinese characters and serve as a valuable resource for research in anthropology and archaeology. However, most excavated fragments are severely degraded due to thousands of years of natural weathering, corrosion, and man-made destruction, making automatic OBI recognition extremely challenging. Previous methods either focus on pixel-level information or utilize vanilla transformers for glyph-based OBI denoising, which leads to tremendous computational overhead. Therefore, this paper proposes a fast attentive denoising framework for oracle bone inscriptions, i.e., OBIFormer. It leverages channel-wise self-attention, glyph extraction, and selective kernel feature fusion to reconstruct denoised images precisely while being computationally efficient. Our OBIFormer achieves state-of-the-art denoising performance for PSNR and SSIM metrics on synthetic and original OBI datasets. Furthermore, comprehensive experiments on a real oracle dataset demonstrate the great potential of our OBIFormer in assisting automatic OBI recognition. The code will be made available at https://github.com/LJHolyGround/OBIFormer.
