arXiv ScienceSearch

arXiv subjects

Ashutosh Kumar

Publications and source records attributed to Ashutosh Kumar.

At least 19 recordsLinked to original sources

The 10th AI City Challenge

The 10th AI City Challenge, held with ECCV 2026, marks a decade of community benchmarking for intelligent transportation, smart cities, and physical AI. Since its 2017 start with vehicle detection, classification, and tracking, the challenge has grown into a broad benchmark suite for multi-camera perception, multimodal reasoning, synthetic-to-real learning, generative forecasting, and privacy-preserving evaluation. The 2026 edition continued this growth with 325 registered teams, up from 245 in 2025, and participation from 26 countries and regions, up from 15. Its six primary tracks cover multi-camera 3D perception, transportation safety captioning and VQA, traffic anomaly reasoning, text-based person anomaly search, generative traffic video forecasting, and cross-city object detection. Track 3 further includes two out-of-domain leaderboards, submitted as Tracks 7 and 8, for fisheye traffic-violation understanding and pedestrian situated-intent VQA. This paper summarizes the challenge setup, datasets, evaluation protocols, leaderboard results, and workshop papers. Across tracks, successful systems combine foundation models with geometric grounding, retrieval or reranking, synthetic-data design, domain adaptation, and controlled inference.

cs.CV

Growth and characterization of GaN/Ga2O3 Nanowire Heterostructures for Ultraviolet Optoelectronics

Ultraviolet-range GaN/b-Ga2O3 heterostructures were fabricated and investigated in both planar and nanowire geometries using pulsed laser deposition and reactive magnetron sputtering from a liquid gallium target for b-Ga2O3 deposition, while both GaN nanowire arrays and planar p-type Mg-doped GaN layers were grown by metal-organic chemical vapor deposition. Precise control of film uniformity and thickness was achieved as confirmed by structural and morphology studies using X-ray diffraction, X-ray photoelectron spectroscopy, atomic force microscopy and scanning electron microscopy. Planar n-Ga2O3/p-GaN heterojunction diodes were electrically and photoelectronically characterized, exhibiting pronounced rectifying behavior, high forward current and a visible-blind ultraviolet photoresponse under zero external bias, demonstrating intrinsic self-powered operation. Furthermore, GaN/b-Ga2O3 core/shell nanowire heterostructures were developed and systematically studied with a focus on morphology control and process optimization. The influence of deposition parameters on shell thickness, uniformity, and tapering was investigated, enabling improved conformality of the b-Ga2O3 coating on the M-plane facets of GaN nanowires. The results highlight the viability of physical vapor deposition techniques for forming GaN/b-Ga2O3 heterostructures and establish a pathway toward nanowire-based ultraviolet optoelectronic devices.

cond-mat.mtrl-sci

TextNCA: Neural Cellular Automata for Language Modeling via Hierarchical Local Attention

Can a strictly local, iterated, weight-shared computation primitive support language modelling, and which of those three properties actually drives the model's behaviour? We define \textsc{TextNCA}, a 1D causal windowed-attention realisation of the Neural Cellular Automaton primitive, and study a hierarchical variant that cascades three stages with windows $w \in \{8, 32, 128\}$ and $T_s$ shared-weight iterations per stage, all on WikiText-103 at roughly 30M parameters and 60k training steps. The model does not match a parameter-matched Transformer at this scale (Hier-TextNCA $60.3$ vs.\ Transformer-6L $52.8$ and Transformer-12L $44.7$ PPL), so we treat it as an analytical probe rather than a proposed alternative. The behaviour we observe is largely explained by the staged narrow-to-wide schedule: a non-iterating sliding-window Transformer that reuses the same schedule comes within $+4.1$ PPL of the iterated model, while reversing, flattening, or breaking the monotonic ordering of the schedule costs between $+16.7$ and $+70.8$ PPL. Iteration adds a smaller bounded benefit on top of the schedule, with a clear optimum at $T_s{=}4$ and a U-shaped degradation beyond it. The GRU gate and learned per-step embeddings are required for that benefit to appear, and training with random $T_s$ yields an inference-time iteration-count knob at the cost of substantially higher absolute PPL. We position the work as a controlled reading of which parts of NCA-style computation carry the weight in language modelling.

cs.CL

Spinel Ferrite-Based Materials for Electrochemical Applications: Synthesis, Applications, and Future Perspectives

Spinel ferrites have shown wide range of applications in various fields, including supercapacitors, Li-ion batteries, water splitting, chemical sensors, catalytic activity, high-frequency magnetic devices, and biomedical, hyperthermia, drug delivery applications., etc. This review focuses on the latest progress and trends on design of spinel ferrites (MFe2O4; M = Divalent transition metal ion) based materials for electrochemical applications. Spinel ferrites exhibit good chemical stability, high surface area and excellent electrochemical behaviour with their multiple oxidation states, making them suitable for the detection of a wide range of gaseous analytes including volatile organic compounds, heavy metal ions, biomolecules, and environmental pollutants. It also makes spinel ferrites a great choice for efficient energy storage and utility in supercapacitors. The electrochemical performance of spinel ferrite-based electrode materials can be effectively tuned via morphology control, incorporation of carbon-based materials, compositional substitution, doping and forming composition systems, especially in nanostructured form. This review will serve as a comprehensive resource for researchers interested in the synthesis and various enhancement techniques for electrode material composition of electrochemical device applications specifically, gas sensors and supercapacitors, which are two of the highest emerging functional applications for the new sustainability directed world, utilizing these advanced materials.

cond-mat.mtrl-sci

Mutually Exclusive Multiclass Lesion Segmentation in Neuroimaging: Binary-Guided Weak Supervision with Inter-Class Orthogonality

Weakly supervised segmentation of co-occurring neuroimaging lesion subclasses remains challenging due to overlapping activations, noisy pseudo-labels, and the absence of explicit inter-class exclusivity constraints. We propose BiMEx-MS (Binary-guided Mutually Exclusive Multiclass Segmentation), a framework that decomposes multiclass segmentation into whole-lesion localization and exclusive class assignment: a binary localization module provides a class-frequency-agnostic structural prior confining multiclass predictions within the detected lesion domain, while a multi-exit classification architecture with supervised contrastive pretraining produces multi-scale class-discriminative activation maps aggregated via a class-specific attention network. Inter-class exclusivity is enforced through a tri-partite loss comprising per-class separation, inter-class orthogonality, and binary-multiclass spatial consensus, followed by hierarchical morphological pseudo-label refinement. Evaluated across brain tumor MRI (BraTS 2020, BraTS 2023 SSA) and intracranial hemorrhage CT (RSNA-ICH to BHSD) against sixteen weakly supervised baselines, BiMEx-MS achieves Edema HD95 of 29.56 mm (the only method below 40 mm) and subdural hemorrhage Dice of 0.704, with gains consistently largest on boundary metrics and rare subtypes. Cross-dataset generalization, backbone ablations across six architectures, and uncertainty quantification confirm that structural guidance rather than model capacity drives performance. Code: https://github.com/ashutoshkr45/BiMEx-MS-Neuro.

eess.IV

Self-Driving Negotiator: An interactive, verifiable benchmark for social negotiation and theory of mind under hidden intent

Autonomous driving is full of tiny social negotiations: a driver presses forward, another yields, a pedestrian fakes toward the curb, or a lane vehicle chooses whether to open a merge gap. Such interactions require inferring hidden intent from behavior under partial observability and then acting safely and efficiently. Existing autonomous-driving language benchmarks mostly focus on perception, visual question answering, or open-loop planning, while existing language-agent negotiation benchmarks typically make the negotiation explicit in text. Self-Driving Negotiator bridges the gap between the two: a text-only, multi-turn, procedurally generated environment for measuring implicit social coordination in driving. Agents generate specific driving actions. Reward and diagnostics are computed from the privileged simulator state, not from the explanation of the model. This report covers task design, reward and anti-gaming invariants, validated scenarios, non-LLM baselines, and a six-model inference leaderboard. Current models are far removed from the scripted expert. The best average success rate across three scenarios is 0.68; contested merge is statistically flat across models; and difficulty tiers separate cue-following from true wait-for-commitment behavior.

cs.GT

The Periodic Table of LLM Reasoning: A Structured Survey of Reasoning Paradigms, Methods, and Failure Modes

Reasoning has become central to how Large Language Models (LLMs) are evaluated and interpreted, spanning Chain-of-Thought (CoT), mathematical problem-solving, multi-hop question answering, code generation, retrieval-augmented reasoning, tool use, and multimodal decision-making. In this survey, we introduce the Periodic Table of LLM Reasoning, a framework organizing 300+ recent papers by reasoning paradigm, methodological mechanism, evaluation setting, and failure mode. We classify LLM reasoning into nine paradigms: Chain-of-Thought, Multi-Hop, Mathematical, Commonsense, Visual and Temporal, Code and Algorithmic, Retrieval-Augmented, Tool-Augmented or Agentic, and Reinforcement Learning-based reasoning. For each, we review approaches, including prompting, architectural interventions, supervised fine-tuning, verifier-guided inference, reward modeling, retrieval, tool interfaces, agentic workflows, and benchmark design. We argue that LLM reasoning is not a single emergent capability but a family of scaffolded behaviors shaped by model scale, task structure, external memory, supervision, and evaluation protocols. We synthesize recurring failure modes, including hallucinated reasoning, brittle multi-step inference, spurious rationales, weak causal grounding, poor out-of-distribution generalization, benchmark contamination, and unreliable self-verification. Progress is difficult to compare across paradigms because gains may arise from prompting, retrieval, verifier design, or benchmark structure rather than general reasoning ability. The survey connects methods to their assumptions, strengths, and failure modes, providing a reference map of the field and a diagnostic framework for future work. We conclude that robust LLM reasoning will require meta-reasoning, multimodal and temporal grounding, adaptive tool use, and principled evaluation under distribution shift.

cs.CL

Flexible PDMS/La$_{0.7}$Sr$_{0.3}$MnO$_3$/MWCNT Composite Thin Films for Multifunctional Temperature and Magnetic Sensing Electronic Skin

The development of multifunctional electronic skin (e-skin) requires materials that combine mechanical flexibility with responsiveness to multiple stimuli. In this work, a flexible PDMS/La0.7Sr0.3MnO3 (LSMO)/MWCNT composite thin film was fabricated via solution casting, using LSMO powder synthesized by a solid-state reaction method. Structural and spectroscopic analyses confirm the formation of single-phase rhombohedral LSMO and successful incorporation of PDMS, LSMO, and MWCNT components. The composite exhibits a smooth and uniform surface morphology, along with significantly enhanced thermal stability, retaining ~70% mass at elevated temperatures. Electrical measurements reveal thermally activated resistivity behavior, enabling temperature sensing functionality. Additionally, the composite shows a notable decrease in resistance under an applied magnetic field, exhibiting magnetoresistance due to spin-dependent transport in the LSMO phase. Mechanical testing indicates elastomeric behavior with a maximum load of ~0.49 N and stretchability of ~26%, along with ductile deformation characteristics. The multifunctional sensing properties arise from the synergistic interaction between the conductive MWCNT network and magnetically active LSMO within the flexible PDMS matrix. Overall, the composite demonstrates a unique combination of thermal stability, mechanical flexibility, and dual sensing capability, making it a promising material for next-generation e-skin applications.

cond-mat.mtrl-sci

Thermodynamic origin of medium-entropy stabilization in multicomponent rock-salt oxides

High entropy oxides are commonly associated with high configurational entropy ($\Delta S_{conf}\geq$ 1.61R) corresponding to five equimolar cations occupying a crystallographic sublattice. However, recent experimental observations indicate that medium-entropy compositions may also exhibit entropy-stabilized rock-salt phases, raising an important question regarding the minimum entropy required for phase stabilization. In this work, we employ a first-principles thermodynamic framework to investigate the stability of rock-salt oxides containing two to five principal cations components analogous to (Ni$_{0.8}$Cu$_{0.2}$)O, (Ni$_{0.6}$Cu$_{0.2}$Zn$_{0.2}$)O, (Ni$_{0.4}$Cu$_{0.2}$Zn$_{0.2}$Co$_{0.2}$)O, (Ni$_{0.2}$Cu$_{0.2}$Zn$_{0.2}$Co$_{0.2}$Mg$_{0.2}$)O. Density functional theory, MCSQS-based structural modeling, and finite-temperature Gibbs free-energy analysis are combined to quantify the roles of enthalpy mixing ($\Delta H_{mix}$), configurational ($\Delta S_{conf}$), vibrational ($\Delta S_{vib}$), and electronic contributions towards ($\Delta S_{elec}$) entropy change in governing phase stability. The results show that $\Delta S_{conf}$ alone is not a universal descriptor of phase stability. While the two-cation system is enthalpy-stabilized but three-, four- and five-cation systems become thermodynamically stable at high-temperature due to entropy-driven reduction of the Gibbs free energy. These findings demonstrate that single-phase rock-salt oxides are not restricted to the conventional high-entropy limit and that medium-entropy compositions can also be stabilized under suitable thermodynamic conditions.

cond-mat.mtrl-sci

When do complex-valued neural networks help? A study of representation, geometry, and optimization

Complex-valued Neural Networks (CVNNs) are often motivated by domains where information is naturally encoded in magnitude and phase. Yet complex-valued inputs alone do not determine when complex arithmetic improves learning: the label signal may lie in amplitude, phase, their coupling, or a symmetry that real-valued models can also represent under suitable coordinates. We study this through a representation-first evaluation of CVNNs against Cartesian real, polar, phase-only, magnitude-only, parameter-matched real, and FLOP-matched real baselines. Across synthetic RF tasks, complex representations are useful but not universally superior. PSK-only tasks favor phase-aware and complex-valued models, QAM-only tasks favor magnitude-based models, mixed PSK+QAM gives only a small complex-valued advantage, and unseen carrier-phase rotations break coordinate-dependent models without augmentation. Similar patterns appear beyond RF: in quantum-wavefunction prediction, momentum is invisible to $|\psi|$ but recoverable from phase, while EEG analytic-signal experiments show that phase locking, amplitude bursts, and phase-amplitude coupling each favor different coordinate views. We also identify a benchmarking artifact on RadioML 2018.01A. Under matched-shared-trial selection, a CReLU complex model exceeds the best real baseline by 22.94 PP; under independent per-family tuning on the same data and 16-trial search space, the gap collapses to 2.46 PP. Gradient analysis traces the inflated gap to high-learning-rate first-step instability in real baselines, while complex parameter coupling distributes the loss signal more robustly. A learning-rate $\times$ activation factorial confirms the failure is primarily hyperparameter-driven. Overall, CVNNs are best viewed as structured inductive biases whose gains depend on representation, symmetry, and optimization, not as universally superior architectures.

cs.LG

CaST-Bench: Benchmarking Causal Chain-Grounded Spatio-Temporal Reasoning for Video Question Answering

Cause-and-effect reasoning in video is a significant challenge for Vision-Language Models (VLMs), as it requires going beyond surface-level perception to a deeper understanding of causal mechanisms. However, existing benchmarks rarely provide the fine-grained, grounded evidence needed to rigorously evaluate this capability. To address this gap, we introduce CaST-Bench, a benchmark for Causal Chain-Grounded Spatio-Temporal Video Reasoning. CaST-Bench presents complex causal questions that require models to identify and localize a chain of multiple spatio-temporal evidences. Through a human-AI collaborative pipeline, we construct a high-quality dataset of 2,066 questions over 1,015 videos, with causal chains annotated by temporal segments and bounding-box tracks. Furthermore, we design a comprehensive evaluation suite with novel metrics that assess not only answer correctness but also the capability for visual evidence grounded reasoning. This grounding is crucial for improving accuracy by mitigating spurious correlations and for enhancing user trust by making models more transparent. Our experiments show that current VLMs struggle with causal questions, largely due to their limited ability to construct precise and grounded causal chains. This highlights an important direction for improving future VLMs. Homepage: https://woven-by-toyota.github.io/CaST-Bench.

cs.CV

InstAP: Instance-Aware Vision-Language Pre-Train for Spatial-Temporal Understanding

Current vision-language pre-training (VLP) paradigms excel at global scene understanding but struggle with instance-level reasoning due to global-only supervision. We introduce InstAP, an Instance-Aware Pre-training framework that jointly optimizes global vision-text alignment and fine-grained, instance-level contrastive alignment by grounding textual mentions to specific spatial-temporal regions. To support this, we present InstVL, a large-scale dataset (2 million images, 50,000 videos) with dual-granularity annotations: holistic scene captions and dense, grounded instance descriptions. On the InstVL benchmark, InstAP substantially outperforms existing VLP models on instance-level retrieval, and also surpasses a strong VLP baseline trained on the exact same data corpus, isolating the benefit of our instance-aware objective. Moreover, instance-centric pre-training improves global understanding: InstAP achieves competitive zero-shot performance on multiple video benchmarks, including MSR-VTT and DiDeMo. Qualitative visualizations further show that InstAP localizes textual mentions to the correct instances, while global-only models exhibit more diffuse, scene-level attention.

cs.CV

Investigating Vaccine Buyer's Remorse: Post-Vaccination Decision Regret in COVID-19 Social Media Using Politically Diverse Human Annotation

A significant gap exists in datasets regarding post-COVID-19 vaccination experiences, particularly ``vaccine buyer's remorse''. Understanding the prevalence and nature of vaccine regret, whether based on personal or vicarious experiences, is vital for addressing vaccine hesitancy and refining public health communication. In this paper, we curate a novel dataset from a large YouTube news corpus capturing COVID-19 vaccination experiences, and construct a benchmark subset focused on vaccine regret, annotated by a politically diverse panel to account for the subjective and often politicized nature of the topic. We utilize large language models (LLMs) to identify posts expressing vaccine regret, analyze the reasons behind this regret, and quantify its occurrence in both first and second-person accounts. This paper aims to (1) quantify the prevalence of vaccine regret; (2) identify common reasons for this sentiment; (3) analyze differences between first-person and vicarious experiences; and (4) assess potential biases introduced by different LLMs. We find that while vaccine buyer's remorse appears in only $<2\%$ of public discourse, it is disproportionately concentrated in vaccine-skeptic influencer communities and is predominantly expressed through first-person narratives citing adverse health events.

cs.CY

TrajTok: Learning Trajectory Tokens enables better Video Understanding

Tokenization in video models, typically through patchification, generates an excessive and redundant number of tokens. This severely limits video efficiency and scalability. While recent trajectory-based tokenizers offer a promising solution by decoupling video duration from token count, they rely on complex external segmentation and tracking pipelines that are slow and task-agnostic. We propose TrajTok, an end-to-end video tokenizer module that is fully integrated and co-trained with video models for a downstream objective, dynamically adapting its token granularity to semantic complexity, independent of video duration. TrajTok contains a unified segmenter that performs implicit clustering over pixels in both space and time to directly produce object trajectories in a single forward pass. By prioritizing downstream adaptability over pixel-perfect segmentation fidelity, TrajTok is lightweight and efficient, yet empirically improves video understanding performance. With TrajTok, we implement a video CLIP model trained from scratch (TrajViT2). It achieves the best accuracy at scale across both classification and retrieval benchmarks, while maintaining efficiency comparable to the best token-merging methods. TrajTok also proves to be a versatile component beyond its role as a tokenizer. We show that it can be seamlessly integrated as either a probing head for pretrained visual features (TrajAdapter) or an alignment connector in vision-language models (TrajVLM) with especially strong performance in long-video reasoning.

cs.CV

Configurational Entropy-Driven Phase Stability and Thermal Transport in Rock-Salt High-Entropy Oxides

High-entropy oxides (HEOs) offer a unique platform for exploring the thermodynamic interaction between configurational entropy and enthalpy in stabilizing complex solid solutions. In this study, a series of rock-salt structured oxides with varying configurational entropy, ranging from binary to multi-cation systems, to elucidate the competing roles of enthalpy and entropy in phase stabilization is investigated. Compositions including (Ni$_{0.8}$Cu$_{0.2}$)O to(NiCuZnCoMg)$_{0.9}$A$_{0.1}$O (A = Li, Na, K) were synthesized and their stuctural, microstructural and thermal properties have been discussed. X-ray diffraction combined with thermal cycling confirms that even a medium configurational entropy ($\sim$ 0.95R) can induce single-phase behavior stabilized by configurational entropy ($\Delta S_{conf}$), challenging the traditional threshold of $1.5\,R$. High-resolution TEM and EDS mapping reveal nanocrytalline features and homogeneous elemental distribution respectively, while XPS analysis confirms divalent oxidation states. A strong coupling between high configurational entropy with thermal conductivity ($\kappa$) has been observed. First, a sharp decrease in $\kappa$ with increasing $\Delta S_{conf}$ is seen and then decomposed samples (while cooling) show high $\kappa$, demonstrating the role of $\Delta S_{conf}$ on $\kappa$. Furthermore, Li-doped compositions exhibit improved thermoelectric performance, with a maximum figure of merit ($zT$) of $\sim$0.15 at 1173K\, driven by low thermal conductivity and favorable carrier transport. The results highlight that configurational entropy, even at intermediate values, plays a significant role in stabilizing disordered single-phase oxides and tailoring phonon transport.

cond-mat.mtrl-sci

HypER: Hyperbolic Echo State Networks for Capturing Stretch-and-Fold Dynamics in Chaotic Flows

Forecasting chaotic dynamics beyond a few Lyapunov times is difficult because infinitesimal errors grow exponentially. Existing Echo State Networks (ESNs) mitigate this growth but employ reservoirs whose Euclidean geometry is mismatched to the stretch-and-fold structure of chaos. We introduce the Hyperbolic Embedding Reservoir (HypER), an ESN whose neurons are sampled in the Poincare ball and whose connections decay exponentially with hyperbolic distance. This negative-curvature construction embeds an exponential metric directly into the latent space, aligning the reservoir's local expansion-contraction spectrum with the system's Lyapunov directions while preserving standard ESN features such as sparsity, leaky integration, and spectral-radius control. Training is limited to a Tikhonov-regularized readout. On the chaotic Lorenz-63 and Roessler systems, and the hyperchaotic Chen-Ueta attractor, HypER consistently lengthens the mean valid-prediction horizon beyond Euclidean and graph-structured ESN baselines, with statistically significant gains confirmed over 30 independent runs; parallel results on real-world benchmarks, including heart-rate variability from the Santa Fe and MIT-BIH datasets and international sunspot numbers, corroborate its advantage. We further establish a lower bound on the rate of state divergence for HypER, mirroring Lyapunov growth.

cs.LG

Tailored Thermal and Mechanical Performance of Biodegradable PLA-P(VDF-TrFE) Polymer Blends

The development of polymer blends has emerged as a strategic approach for designing multifunctional materials with enhanced tailored characteristics. Current work investigates and reports for the first time, the structure-property relationships in free-standing blend films of poly(vinylidene fluoride-trifluoroethylene) (P(VDF-TrFE)) and polylactic acid (PLA), prepared to evaluate their suitability for functional applications. For this investigation, films of approximately 40 $\mu$m thick were fabricated by systematically varying the P(VDF-TrFE):PLA ratio. Thermal analysis revealed a higher PLA crystallinity at 25\% P(VDF-TrFE) content, while Fourier-transform infrared spectroscopy showed the electroactive $\beta$-phase fraction to be highest in the 50:50 composition. These findings correlated with tensile strength measurements and morphology, demonstrating that molecular ordering and phase distribution significantly influence the mechanical performance. The 25:75 blend exhibited superior mechanical strength due to enhanced PLA crystallization and polymer chain alignment. In contrast, the 50:50 blend achieved a balance between tensile modulus and electroactive phase development, marking it a promising candidate for sensors and 3D printing applications. At higher P(VDF-TrFE) content, reduced crystallinity in PLA resulted in softer, more compliant films which would be suitable for flexible electronic applications. These results establish a pathway to tune mechanical and functional properties in semicrystalline polymer blends through facile compositional control.

cond-mat.mtrl-sci

Structure-Property Correlations in Sb, Ge, and Ga Doped AlFe$_2$B$_2$ for Magnetocaloric Applications

This study investigates the effects of Sb, Ge, and Ga doping in AlFe$_2$B$_2$ on magnetic and magneto-caloric properties. Samples of AlFe$_2$B$_2$ and AlFe$_{1.9}$M$_{0.1}$B$_2$ (M= Ge, Ga and Sb) with 20\% excess Al were synthesized by arc melting, and the powder processed were investigated for their phase constituents, microstructure, magnetic and magneto-caloric effect. The parent compounds prepared showed the AlFe$_2$B$_2$ phase with a FeB secondary phase. However, in Sb and Ga-doped samples, an additional impurity phase, Al$_{13}$Fe$_4$, was observed apart from FeB, while in Ge-doped, only the AlB$_2$ impurity phase was present. The Curie temperature of AlFe$_2$B$_2$ is 277 K, increasing with Sb, Ge, and Ga doping to 287\,K, 297\,K, and 296\,K, respectively. The magnetization ($M$) is also higher with Ge and Ga addition in the 100-300\,K range; however, with Sb doping, the $M$ decreases significantly compared to parent AlFe$_2$B$_2$. The magnetic entropy change under 2\,T reached 2.93 JKg$^{-1}$K$^{-1}$ near 274\,K in AlFe$_2$B$_2$, which decreases to 2.53 JKg$^{-1}$K$^{-1}$ and 1.92 JKg$^{-1}$K$^{-1}$ with Ge and Ga, respectively. With Sb doping, the MC change was affected dramatically to 0.32 JKg$^{-1}$K$^{-1}$. However, the relative cooling power of Ge doped is the same as that of parent AlFe$_2$B$_2$. This research advances the understanding of the relationship between doping elements and magnetic properties in AlFe$_2$B$_2$ and opens pathways for designing magneto-caloric materials with tailored magnetic characteristics.

cond-mat.mtrl-sci