English

Patch and Shuffle: A Preprocessing Technique for Texture Classification in Autonomous Cementitious Fabrication

Computer Vision and Pattern Recognition 2025-04-15 v1

Abstract

Autonomous fabrication systems are transforming construction and manufacturing, yet they remain vulnerable to print errors. Texture classification is a key component of computer vision systems that enable real-time monitoring and adjustment during cementitious fabrication. Traditional classification methods often rely on global image features, which can bias the model toward semantic content rather than low-level textures. In this paper, we introduce a novel preprocessing technique called "patch and shuffle," which segments input images into smaller patches, shuffles them, and reconstructs a jumbled image before classification. This transformation removes semantic context, forcing the classifier to rely on local texture features. We evaluate this approach on a dataset of extruded cement images, using a ResNet-18-based architecture. Our experiments compare the patch and shuffle method to a standard pipeline, holding all other factors constant. Results show a significant improvement in accuracy: the patch and shuffle model achieved 90.64% test accuracy versus 72.46% for the baseline. These findings suggest that disrupting global structure enhances performance in texture-based classification tasks. This method has implications for broader vision tasks where low-level features matter more than high-level semantics. The technique may improve classification in applications ranging from fabrication monitoring to medical imaging.

Keywords

Cite

@article{arxiv.2504.10353,
  title  = {Patch and Shuffle: A Preprocessing Technique for Texture Classification in Autonomous Cementitious Fabrication},
  author = {Jeremiah Giordani},
  journal= {arXiv preprint arXiv:2504.10353},
  year   = {2025}
}

Comments

Originally completed as a final project for CEE 374 at Princeton University

R2 v1 2026-06-28T22:57:51.146Z