SearcharxivSearch

arXiv subjects

Taiyo Shimizu

Publications and source records attributed to Taiyo Shimizu.

3 recordsLinked to original sources

Multimodal Machine Learning for Integrating Heterogeneous Analytical Systems

Understanding structure-property relationships in complex materials requires integrating complementary measurements across multiple length scales. Here we propose an interpretable "multimodal" machine learning framework that unifies heterogeneous analytical systems for end-to-end characterization, demonstrated on carbon nanotube (CNT) films whose properties are highly sensitive to microstructural variations. Quantitative morphology descriptors are extracted from SEM images via binarization, skeletonization, and network analysis, capturing curvature, orientation, intersection density, and void geometry. These SEM-derived features are fused with Raman indicators of crystallinity/defect states, specific surface area from gas adsorption, and electrical surface resistivity. Multi-dimensional visualization using radar plots and UMAP reveals clear clustering of CNT films according to crystallinity and entanglements. Regression models trained on the multimodal feature set show that nonlinear approaches, particularly XGBoost, achieve the best predictive accuracy under leave-one-out cross-validation. Feature-importance analysis further provides physically meaningful interpretations: surface resistivity is primarily governed by junction-to-junction transport length scales, crystallinity/defect-related metrics, and network connectivity, whereas specific surface area is dominated by intersection density and void size. The proposed multimodal machine learning framework offers a general strategy for data-driven, explainable characterization of complex materials.

cond-mat.mtrl-sci

The Impact of Network Structure on Ant Colony Optimization

Ant Colony Optimization (ACO) is a swarm intelligence methodology utilized for solving optimization problems through information transmission mediated by pheromones. As ants sequentially secrete pheromones that subsequently evaporate, the information conveyed predominantly comprises pheromones secreted by recent ants. This paper introduces a network structure into the information transmission process and examines its impact on optimization performance. The network structure is characterized by an asymmetric BA model with parameters for in-degree $r$ and asymmetry $\omega$. At $\omega=1$, the model describes a scale-free network; at $\omega=0$, a random network; and at $\omega=-1$, an extended lattice. We aim to solve the ground state search of the mean-field Ising model, employing a linear decision function for the ants with their response to pheromones quantified by the parameter $\alpha$. For $\omega>-1$, the pheromone rates for options converge to stable fixed points of the stochastic system. Below the critical threshold $\alpha_c$, there is one stable fixed point, while above $\alpha_c$, there are two. Notably, as $\omega \to -1$, both the driving force toward stable fixed points and the strength of the noise reach their maximum, significantly enhancing the probability of finding the ground state of the Ising model.

cs.NE

$\alpha$ Annealing of Ant Colony Optimization in the infinite-range Ising model

Ant colony optimization (ACO) leverages the parameter $\alpha$ to modulate the decision function's sensitivity to pheromone levels, balancing the exploration of diverse solutions with the exploitation of promising areas. Identifying the optimal value for $\alpha$ and establishing an effective annealing schedule remain significant challenges, particularly in complex optimization scenarios. This study investigates the $\alpha$-annealing process of the linear Ant System within the infinite-range Ising model to address these challenges. Here, "linear" refers to the decision function employed by the ants. By systematically increasing $\alpha$, we explore its impact on enhancing the search for the ground state. We derive the Fokker-Planck equation for the pheromone ratios and obtain the joint probability density function (PDF) in stationary states. As $\alpha$ increases, the joint PDF transitions from a mono-modal to a multi-modal state. In the homogeneous fully connected Ising model, $\alpha$-annealing facilitates the transition from a trivial solution at $\alpha=0$ to the ground state. The parameter $\alpha$ in the annealing process plays a role analogous to the transverse field in quantum annealing. Our findings demonstrate the potential of $\alpha$-annealing in navigating complex optimization problems, suggesting its broader application beyond the infinite-range Ising model.

cond-mat.stat-mech