SearcharxivSearch

arXiv subjects

Zitong Wu

Publications and source records attributed to Zitong Wu.

3 recordsLinked to original sources

Atomistic Mechanisms of Hard Carbon Formation from Polyvinylidene Chloride

Hard carbons are a class of disordered materials with widespread application in energy storage. Despite decades of research, their atomistic formation mechanisms have remained elusive, due to the difficulty of both in situ experimental characterization and first-principles simulations. Here, we describe the formation mechanism of hard carbon from the thermal decomposition of polyvinylidene chloride (PVDC), using first-principles-quality simulations with a bespoke machine-learned interatomic potential model. Our results indicate a two-stage process, consisting of (i) radical-mediated dehydrochlorination, which generates reactive unsaturated carbon sites, and (ii) progressive carbon-carbon cross-linking followed by thermally activated rearrangement into an extended sp$^{2}$-bonded network. We provide an atomistic account of non-hexagonal ring motifs emerging during pyrolysis, supporting the empirically-derived theory that these motifs induce the intrinsic curvature that frustrates graphitic ordering in hard carbons.

cond-mat.mtrl-sci

Masked Angle-Aware Autoencoder for Remote Sensing Images

To overcome the inherent domain gap between remote sensing (RS) images and natural images, some self-supervised representation learning methods have made promising progress. However, they have overlooked the diverse angles present in RS objects. This paper proposes the Masked Angle-Aware Autoencoder (MA3E) to perceive and learn angles during pre-training. We design a \textit{scaling center crop} operation to create the rotated crop with random orientation on each original image, introducing the explicit angle variation. MA3E inputs this composite image while reconstruct the original image, aiming to effectively learn rotation-invariant representations by restoring the angle variation introduced on the rotated crop. To avoid biases caused by directly reconstructing the rotated crop, we propose an Optimal Transport (OT) loss that automatically assigns similar original image patches to each rotated crop patch for reconstruction. MA3E demonstrates more competitive performance than existing pre-training methods on seven different RS image datasets in three downstream tasks.

cs.CV

FCOSR: A Simple Anchor-free Rotated Detector for Aerial Object Detection

Existing anchor-base oriented object detection methods have achieved amazing results, but these methods require some manual preset boxes, which introduces additional hyperparameters and calculations. The existing anchor-free methods usually have complex architectures and are not easy to deploy. Our goal is to propose an algorithm which is simple and easy-to-deploy for aerial image detection. In this paper, we present a one-stage anchor-free rotated object detector (FCOSR) based on FCOS, which can be deployed on most platforms. The FCOSR has a simple architecture consisting of only convolution layers. Our work focuses on the label assignment strategy for the training phase. We use ellipse center sampling method to define a suitable sampling region for oriented bounding box (OBB). The fuzzy sample assignment strategy provides reasonable labels for overlapping objects. To solve the insufficient sampling problem, a multi-level sampling module is designed. These strategies allocate more appropriate labels to training samples. Our algorithm achieves 79.25, 75.41, and 90.15 mAP on DOTA1.0, DOTA1.5, and HRSC2016 datasets, respectively. FCOSR demonstrates superior performance to other methods in single-scale evaluation. We convert a lightweight FCOSR model to TensorRT format, which achieves 73.93 mAP on DOTA1.0 at a speed of 10.68 FPS on Jetson Xavier NX with single scale. The code is available at: https://github.com/lzh420202/FCOSR

cs.CV