SearcharxivSearch

arXiv subjects

Xiangkun Liu

Publications and source records attributed to Xiangkun Liu.

At least 19 recordsLinked to original sources

Rapid Variability and Broadband Spectral Modeling in the Flaring Activity of BL Lacertae

We report a multi-wavelength study of two flaring episodes of the blazar BL Lacertae during MJD 60500-60800 (9 July 2024 - 5 May 2025). The source reached a daily-averaged $\gamma$-ray flux of $(1.03 \pm 0.05) \times 10^{-5} \, \mathrm{ph \, cm^{-2} \, s^{-1}}$ ($E > 100$ MeV) on MJD 60588 (5 October 2024). Using orbit-binned data from the Large Area Telescope (LAT) onboard the \textit{Fermi Gamma-ray Space Telescope}, we identify a minimum flux halving timescale of $\tau = 1.33 \pm 0.29$ hr. This constrains the upper limit on the $\gamma$-ray emitting region size to $R \le 2.0 \times 10^{15}$ cm, as well as its distance from the central supermassive black hole to $R_\mathrm{H} \le 5.9 \times 10^{16}$ cm, assuming a Doppler factor of $\delta = 14.8$ derived from the spectral energy distribution (SED) modeling. We find tentative evidence for sub-minute $\gamma$-ray variability with a minimum doubling time of $0.7 \pm 0.2$ min ($p$-value = 0.03). This may originate from an extremely compact region with a size of $R \le 1.8 \times 10^{13}$ cm, suggesting that the emission arises from magnetohydrodynamic substructures, such as plasmoids within a magnetic reconnection zone. Spectral analysis reveals a significant ``softer-when-brighter'' trend ($r = 0.96, p = 4.5 \times 10^{-4}$) during the minute-scale flare peaks, indicating a complex interplay between particle acceleration and radiative cooling. The SED is reproduced using a one-zone leptonic model, in which synchrotron self-Compton (SSC) and external Compton (EC) scattering effectively account for the high-energy emissions. The reduced magnetic field strengths and hard electron injection spectral indices observed during the flaring states suggest enhanced particle acceleration efficiency, possibly associated with relativistic magnetic reconnection.

astro-ph.HE

First application of weak lensing peak steepness statistics to HSC Y1 data: effectively probing halo density profiles

As a new probe, the weak lensing (WL) peak steepness statistics is sensitive to the density profile of halos that encodes important information of baryonic feedback and dark matter properties, leading to a promising means to statistically constrain these effects using WL data. In this article, we present its first application to HSC Y1 data to demonstrate the great potential of this new statistics. Within the phenomenological framework of HMcode2016 that attributes the baryonic feedback solely to the reduction of the halo concentration parameter and focusing on high peaks originated dominantly from massive clusters, our analyses by combining WL peak height and steepness statistics resulted in $S_8=0.76^{+0.08}_{-0.07}$ with the maximum-a-posteriori (MAP) of $0.79$ and low concentrations. Taking the form of the concentration-mass relation as $c(M,z)=A(1+z_{\rm f})/(1+z)$ with $z_{\rm f}$ being the formation redshift of halos with mass $M$ at redshift $z$, we obtain $A=1.93^{+1.33}_{-1.16}$ (MAP=$1.70$) in comparison with $A=3.34^{+1.52}_{-1.74}$ (MAP=3.31) from dark matter only simulated mocks. The result tends to support phenomenologically strong baryonic feedback effects at cluster scales.

astro-ph.CO

Early Near-Infrared Excess and Rapid Disk-Corona Evolution in the Tidal Disruption Event 2024aepd

We present multi-wavelength observations of the tidal disruption event (TDE) 2024aepd, spanning primarily the first $\sim$300 days after discovery. The X-ray spectrum is initially dominated by a thermal disk component accompanied by a hard excess. From $\sim$178 days onward, the spectrum becomes power-law dominated and subsequently hardens, indicating the rapid emergence and strengthening of a hot corona. A prominent near-infrared (NIR) excess is detected as early as $\sim40$ days. Its nearly flat power-law spectrum strongly deviates from the Rayleigh-Jeans tail of the UV-optical blackbody. Although a conventional dust-echo origin cannot be completely ruled out, free-free emission from a reprocessing photospheric envelope provides a more plausible explanation. Moreover, the UV-optical-to-NIR break shifts to higher frequencies as the density-profile index remains nearly constant, implying evolving reprocessing conditions within a broadly unchanged density structure. Together with AT2019azh and TDE 2025abcr, TDE 2024aepd is the third TDE reported to exhibit an early-time NIR excess. A larger sample with early-time NIR coverage is needed to determine whether such excesses are common among TDEs.

astro-ph.HE

X-rays breaking out of pre-explosion ejecta mark a supernova's first light

Massive stars die as core-collapse supernovae, whose optical light emerges days after the implosion. Theory predicts that the initial collapse-driven shock, upon breaking through the star and dense circumstellar medium, emits a brief thermal flash of soft X-rays and ultraviolet. Yet these elusive first signals have remained largely undetected, owing to limited wide-field soft X-ray monitoring. Here we report the discovery of a soft X-ray flash, EP260321a, followed days later by a broad-lined supernova from an envelope-stripped progenitor. Its X-ray spectrum, best modeled with blackbody, establishes it as the long-sought archetypal shock breakout. The burst's duration and energetics place the breakout at a radius of 300 solar radii, tracing a dense surrounding shell and revealing abrupt mass ejection within the final month before collapse.

astro-ph.HE

RAG-Match: Retrieval-Augmented Knowledge Injection and Hierarchical Reasoning for Calibrated Semantic Relevance

Semantic relevance judgment for search is particularly challenging in knowledge-intensive scenarios, where accurate ranking requires not only semantic matching but also background grounding, multi-step reasoning, and well-calibrated decision boundaries. Existing relevance models mainly rely on direct label supervision or shallow semantic similarity, which limits their ability to handle implicit intent, factual equivalence, and fine-grained relevance distinctions. To address this issue, we propose \textsc{RAG-Match}, a three-stage framework that integrates knowledge-augmented pretraining, hierarchical reasoning alignment, and preference-based decision calibration for relevance modeling. The key idea is to first strengthen query-centered semantic grounding, then align the model with structured relevance reasoning, and finally correct decision-level inconsistencies in difficult boundary cases. Experimental results on a real-world search relevance benchmark show that \textsc{RAG-Match} consistently outperforms strong LLM-based baselines across multiple ranking metrics, demonstrating the effectiveness of combining knowledge injection, reasoning supervision, and preference optimization for fine-grained relevance judgment.

cs.IR

ResRank: Unifying Retrieval and Listwise Reranking via End-to-End Joint Training with Residual Passage Compression

Large language model (LLM) based listwise reranking has emerged as the dominant paradigm for achieving state-of-the-art ranking effectiveness in information retrieval. However, its reliance on feeding full passage texts into the LLM introduces two critical bottlenecks: the "lost in the middle" phenomenon degrades ranking quality as input length grows, and the inference latency scales super-linearly with sequence length, rendering it impractical for industrial deployment. In this paper, we present ResRank, a unified retrieval-reranking framework that fundamentally addresses both challenges. Inspired by multimodal LLMs that project visual inputs into compact token representations, ResRank employs an Encoder-LLM to compress each candidate passage into a single embedding, which is then fed alongside the query text into a Reranker-LLM for listwise ranking. To alleviate the misalignment between the compressed representation space and the ranking space, we introduce a residual connection structure that combines encoder embeddings with contextualized hidden states from the reranker. Furthermore, we replace the conventional autoregressive decoding with a one-step cosine-similarity-based scoring mechanism, eliminating the generation bottleneck entirely. ResRank is trained through a carefully designed dual-stage, multi-task, end-to-end joint optimization strategy that simultaneously trains the encoder and reranker, achieving learning objective alignment between retrieval and reranking while substantially reducing training complexity. Extensive experiments on TREC Deep Learning and eight BEIR benchmark datasets demonstrate that ResRank achieves competitive or superior ranking effectiveness compared to existing approaches while requiring zero generated tokens and processing only one token per passage, yielding a fundamentally better balance between effectiveness and efficiency.

cs.IR

The Intermediate-Mass Black Hole Reverberation Mapping Project: Stable Optical Continuum Lags of an IMBH in the Dwarf Galaxy NGC 4395 Over Years

NGC 4395 is a nearby dwarf spiral galaxy hosting an active galactic nucleus (AGN) powered by an intermediate-mass black hole (IMBH, $M_{\rm BH} \sim 10^{4}$--$10^{5}\,M_\odot$). Recent optical continuum reverberation mapping studies have suggested potential lag variations between different epochs, offering important clues to the physical mechanisms governing variability in the vicinity of the central black hole. We present continuous intranight multi-band photometric monitoring of NGC 4395 based on five nights of observations, including three nights from the Faulkes Telescope North (two of which are archival) and two new nights from Mephisto. This represents the first systematic investigation of optical continuum lag stability in a galaxy hosting a robustly confirmed IMBH. By applying difference-imaging techniques to both the new observations and the reprocessed archival data, we detect statistically significant optical inter-band lags of $\sim 5$--15 minutes, which increase monotonically with increasing wavelength. No obvious $u$-band lag excess is observed, implying a negligible fractional contribution from diffuse continuum (DC) emission to the optical continuum, in agreement with our spectral decomposition results. The inter-band lags remain stable over multi-year baselines. We suggest that this long-term lag stability may be related to the minor DC contribution, a relatively steady disk-corona structure, and the unusually high X-ray-to-optical luminosity ratio characteristic of low-luminosity AGNs, which likely allows X-ray reprocessing to dominate over other potential variability mechanisms. Future facilities like Gemini/SCORPIO, with its simultaneous optical-to-near-infrared coverage, will be ideally suited to play an important role in advancing this field.

astro-ph.GA

MIU2Net: weak-lensing mass inversion using deep learning with nested U-structures

One of the primary goals of next-generation gravitational lensing surveys is to measure the large-scale distribution of dark matter, which requires accurate mass inversion to convert weak-lensing shear maps into convergence (kappa) fields. This work develops a mass inversion method tailored for upcoming space missions such as CSST and Euclid, aiming to recover both the mass distribution and the convergence power spectrum with high fidelity. We introduce MIU2Net, a versatile deep-learning framework for kappa-map reconstruction based on the U2-Net architecture. A new loss function is constructed to jointly estimate the convergence field and its frequency-domain energy distribution, effectively balancing optimal mean squared error and optimal power-spectrum recovery. The method incorporates realistic observational effects into shear fields, including shape noise, reduced shear, and complex masks. Under noise levels anticipated for future space-based lensing surveys, MIU2Net recovers the convergence power spectrum with 4% uncertainties up to l approximately 500, significantly outperforming Wiener filtering and MCALens. Beyond two-point statistics, the method accurately reconstructs the convergence distribution, peak centroid, and peak amplitude. Compared to other learning-based approaches such as DeepMass, MIU2Net reduces the root-mean-square error by 5% without smoothing and by 38% with a 1-arcmin smoothing scale. MIU2Net represents a substantial advancement in mass inversion methodology, offering improved accuracy in both RMSE and power-spectrum reconstruction. It provides a promising tool for mapping dark matter environments and large-scale structures in the era of next-generation space lensing surveys.

astro-ph.CO

RedMaPPer Cluster Properties from Two-Dimensional Lensing Shear Maps in the HSC-SSP Survey

Dark matter halos are fundamental cosmological structures whose properties-such as concentration, ellipticity, and mass centroid-encode information about their formation and evolution. Concentration traces collapse time and internal structure, while ellipticity and centroid offsets reflect halo shape and dynamical state. Accurate characterization of these properties improves mass estimates and tests dark matter models. Gravitational lensing, which directly probes projected mass distributions, provides a powerful means to constrain halo structure. We present a 2D weak-lensing analysis of 299 RedMaPPer clusters using shear measurements from the HSC-SSP first-year data release. By fitting elliptical NFW models with mass priors from the RedMaPPer cluster richness-mass relation, considering the priors helps us break the mass-concentration degeneracy and tighten constraints on other parameters. The derived concentration-mass relation exhibits a slightly steeper slope than traditional weak-lensing power-law or upturn models, and agrees more closely with the results from strong lensing selected halos. More massive and lower-redshift clusters tend to have lower concentrations and appear more spherical. The halo ellipticity distribution is characterized by e=1-b/a=0.530+/-0.168, with a mean of =0.505+/-0.007. We also detect a bimodal distribution in the offsets between optical centers and mass centroids: some halos are well-aligned with their brightest cluster galaxy (BCG), while others show significant displacements. These results highlight the power of 2D weak-lensing modeling in probing halo morphology and in providing key inputs for understanding and modeling systematic effects in stacked lensing analyses.

astro-ph.CO

SN 2024gy: Multi-epoch Spectroscopic Features Suggestive of Delayed Detonation in a Type Ia Supernova

We present photometric and spectroscopic observations of SN 2024gy, a Type Ia supernova (SN Ia) exhibiting high-velocity features (HVFs) in its early-time spectra. This SN reaches a peak $B$-band magnitude of $-19.25 \pm 0.29$ mag and subsequently declines by $\Delta m_{15}(B) \approx 1.12$ mag, consistent with the luminosity-width relation characteristic of normal SNe Ia. Based on the peak thermal luminosity of $(1.2 \pm 0.3) \times 10^{43}$ erg s$^{-1}$, we estimate that $0.57 \pm 0.14~\rm M_{\odot}$ of $^{56}$Ni was synthesized during the explosion. Our dense early spectral monitoring revealed significant velocity disparities within the ejecta. Notably, absorption features from the Ca II near-infrared triplet were observed at velocities exceeding 25,000 km s$^{-1}$, while the Si II $\lambda$6355 line velocity at the same epoch was significantly lower at $\sim$ 16,000 km s$^{-1}$. This velocity disparity likely reflects distinct ionization states of intermediate-mass elements in the outermost layers. The prominent Ca II HVFs may originate from ionization suppression within the highest-velocity ejecta, potentially indicative of minimal hydrogen mixing in a delayed-detonation explosion scenario. Additionally, the Ni/Fe ratio derived from the nebular spectrum of SN 2024gy provides further support for this model.

astro-ph.HE

Modeling the impacts of galaxy intrinsic alignments on weak lensing peak statistics

Weak gravitational lensing (WL) peak statistics capture cosmic non-linear structures and can provide additional cosmological information complementary to cosmic shear two-point correlation analyses. They have been applied to different WL surveys successfully. To further facilitate their high precision applications, it is very timely to investigate the impacts of different systematics on WL peak statistics and how to mitigate them. Concerning the influence from galaxy intrinsic alignments (IAs), in this paper, we develop a theoretical model for WL high peaks taking into account the IA effects. It is an extension of our previous halo-based model. The IA corrections mainly include the modification of the lensing profile of clusters of galaxies due to the alignments of satellite galaxies and the additional shape noise correlations. We validate our model using simulations with the semi-analytical galaxy formation. We consider the cases where the satellite galaxies are averagely radially aligned toward the centers of their host clusters but with different dispersions $\sigma_{\theta}$. We show that our model works well for $\sigma_{\theta}>45^{\circ}$. If the IA corrections are not included in the model, for the Euclid/CSST-like source galaxy distribution and the survey area of $\sim 1000 deg^2$, the IA induced bias on $S_8$ can reach $\sim 8\sigma$ even for $\sigma_{\theta}=75^{\circ}$. With our model, not only the bias can be well mitigated, but also we can constrain the satellite IA to the level of {\bf $\sigma(\sigma_{\theta})\sim \pm 24^{\circ}$} simultaneously from WL high peak analyses alone using data from such a survey.

astro-ph.CO

Introduction to the Chinese Space Station Survey Telescope (CSST)

The Chinese Space Station Survey Telescope (CSST) is an upcoming Stage-IV sky survey telescope, distinguished by its large field of view (FoV), high image quality, and multi-band observation capabilities. It can simultaneously conduct precise measurements of the Universe by performing multi-color photometric imaging and slitless spectroscopic surveys. The CSST is equipped with five scientific instruments, i.e. Multi-band Imaging and Slitless Spectroscopy Survey Camera (SC), Multi-Channel Imager (MCI), Integral Field Spectrograph (IFS), Cool Planet Imaging Coronagraph (CPI-C), and THz Spectrometer (TS). Using these instruments, CSST is expected to make significant contributions and discoveries across various astronomical fields, including cosmology, galaxies and active galactic nuclei (AGN), the Milky Way and nearby galaxies, stars, exoplanets, Solar System objects, astrometry, and transients and variable sources. This review aims to provide a comprehensive overview of the CSST instruments, observational capabilities, data products, and scientific potential.

astro-ph.IM

SN 2024aecx: A double-peaked rapidly evolving Type IIb supernova at 11 Mpc

We present the results of low-resolution spectroscopic and densely sampled multi-band photometric follow-up of supernova (SN) 2024aecx. The SN was discovered in the spiral galaxy NGC 3521 (distance $\sim$11 Mpc) within a day after the explosion. The early spectra of SN 2024aecx show a weak signature of hydrogen lines, which disappeared in $\sim$30 days after the explosion. Light curves in all bands show a distinct feature of two peaks, and the first peak is likely due to the shock cooling emission. The early phase light curve evolution of SN 2024aecx has similarity with the typical Type IIb events, but the decay rate in different bands (e.g., $\rm \Delta m_{15}$ = 1.60 $\pm$ 0.05 mag, $g$-band) is significantly faster in the post-peak phase. It attained the secondary maximum in $\sim$19 days ($g$-band) with a peak absolute magnitude of M$_{g}$ = -17.94 $\pm$ 0.10 mag. SN 2024aecx colors trend redder in early epochs ($<$8 days), followed by a duration in which it grows bluer, then later gets redder again $>$20 days after explosion. The analytical model fitting to the light curves reveals an envelope mass and progenitor radii in the range of $\sim$0.03 - 0.24 $M_\odot$ and $\sim$169 - 200 $R_\odot$, respectively. Modeling of the pseudo-bolometric light curve suggests that synthesized $^{56}$Ni in the explosion was $\sim$0.15 M$_{\odot}$ with ejecta mass and kinetic energy of $\sim$0.7 M$_{\odot}$ and $\sim$0.16 $\times$ 10$^{51}$ erg, respectively. The observational properties and modeling indicate that the SN~2024aecx progenitor belongs to the extended progenitor category.

astro-ph.HE

Multiwavelength Analysis of GRB 250101A: From Gamma-ray Prompt Emission to Optical Afterglow

The interaction between the relativistic jet and the circumburst medium produces a multiwavelength afterglow of a gamma-ray burst (GRBs). In this work, we present multiwavelength properties of GRB~250101A based on the observations of Swift, Fermi and Mephisto. The spectral analysis of Swift/BAT and Fermi/GBM reveals a soft prompt spectrum with a low-energy photon index of $-1.18$ and a peak energy of 33 keV, and the isotropic energy is $1.4\times10^{52}~{\rm erg}$. The prompt emission of GRB 250101A aligns with Type II GRBs in the Amati relation. Meanwhile, our analysis indicates that GRB 250101A is an X-ray-rich or X-ray-dominated GRB, with intrinsic properties suggesting that it is relatively softer than most classical GRBs. Optical observation with Mephisto, beginning 197 s post-trigger, shows a single power-law decay in $uvgriz$ bands, with $F_{\nu,\mathrm{obs}} \propto t^{-0.76} \nu^{-1.21}$. The observed spectral index significantly exceeds theoretical predictions under standard afterglow models, suggesting a color excess of $\sim0.216$ mag. However, combining X-ray and optical afterglow, we find that GRB 250101A is more likely a ``normal burst'' rather than an ``optical-dark burst'', and the dust extinction effect plays an important role in the optical blue bands. Furthermore, there is a structural change at $T_0+2924$ s in the optical light curve, indicating a density drop of $\sim50$ \% in the interstellar medium at a distance of $\sim0.13~{\rm pc}$. Our analysis shows that this GRB clearly shows some unique characteristics in its observed X-ray rich prompt emission as well as the circumburst environment, implying a special progenitor.

astro-ph.HE

Simultaneous Multiband Photometry of the Early Optical Afterglow of GRB 240825A with Mephisto

Gamma-ray bursts (GRBs) are the most luminous transients in the universe. The interaction of the relativistic jet with the circumburst medium produces an afterglow and generates multiwavelength emission. In this work, we present simultaneous multiband photometry of GRB~240825A with the Multi-channel Photometric Survey Telescope (Mephisto) and analyze its temporal and spectral properties. The measurement began 128 seconds after the GRB trigger and continued until the fourth day when the afterglow essentially diminished and the measured brightness was close to that of the host galaxy. Based on the multiband light curves in the $uvgriz$ bands, we find that the optical flux density satisfies $F_{\nu,{\rm obs}}\propto t^{-1.34}\nu^{-2.48}$ with a spectral index of $2.48$ much larger than those of most other GRBs. To reconcile the measured much softer spectral energy distribution (SED) with that predicted by the standard afterglow model, an extra host-galaxy extinction of $E_{B-V}\sim(0.37-0.57)$ mag is required. We interpreted this excess as arising from a dense circumburst medium. We further find that the SED of the optical afterglow hardened as the afterglow decayed and the color excess $E_{B-V}$ decreased $\sim0.26$ mag from 100 seconds to 3000 seconds after the GRB trigger. Finally, we analyze the properties of the host galaxy of GRB~240825A based on data from the SDSS, PanSTARRS and HSC-SSP surveys. For a host redshift of $z=0.659$, the stellar mass and star formation rate of the host galaxy are estimated to be $\log(M_*/M_\odot)=10.0^{+0.3}_{-0.3}$ and $\log({\rm SFR}/M_{\odot}{\rm yr}^{-1})= 0.6^{+0.8}_{-3.3}$, respectively, pointing to a gas-rich, star-forming, medium-size galaxy.

astro-ph.HE

Black hole mass and optical radiation mechanism of the tidal disruption event AT 2023clx

We present the optical light curves of the tidal disruption event (TDE) AT 2023clx in the declining phase, observed with Mephisto. Combining our light curve with the ASAS-SN and ATLAS data in the rising phase, and fitting the composite multi-band light curves with MOSFiT, we estimate black hole mass of AT 2023clx is between $10^{5.67}$--$10^{5.82}~M_{\odot}$. This event may be caused by either a full disruption of a $0.1~M_{\odot}$ star, or a partial disruption of a $0.99~M_{\odot}$ star, depending on the data adopted for the rising phase. Based on those fit results and the non-detection of soft X-ray photons in the first 90 days, we propose that the observed optical radiation is powered by stream-stream collision. We speculate that the soft X-ray photons may gradually emerge in 100--600 days after the optical peak, when the debris is fully circularized into a compact accretion disk.

astro-ph.HE

Multiband Simultaneous Photometry of Type II SN 2023ixf with Mephisto and the Twin 50-cm Telescopes

SN 2023ixf, recently reported in the nearby galaxy M101 at a distance of $6.85~{\rm Mpc}$, was one of the closest and brightest core-collapse supernovae (CCSNe) in the last decade. In this work, we present multi-wavelength photometric observation of SN 2023ixf with the Multi-channel Photometric Survey Telescope (Mephisto) in $uvgr$ bands and with the twin 50-cm telescopes in $griz$ bands. We find that the bolometric luminosity reached the maximum value of $3\times10^{43}~{\rm erg~s^{-1}}$ at 3.9 days after the explosion and fully settled onto the radioactive tail at $\sim90$ days. The effective temperature decreased from $3.2\times10^4~{\rm K}$ at the first observation and approached to a constant of $\sim(3000-4000)~{\rm K}$ after the first two months. The evolution of the photospheric radius is consistent with a homologous expansion with a velocity of $8700~{\rm km~s^{-1}}$ in the first two months, and it shrunk subsequently. Based on the radioactive tail, the initial nickel mass is about $M_{\rm Ni}\sim 0.098M_\odot$. The explosion energy and the ejecta mass are estimated to be $E\simeq(1.0-5.7)\times10^{51}~{\rm erg}$ and $M_{\rm ej}\simeq(3.8-16)M_\odot$, respectively. The peak bolometric luminosity is proposed to be contributed by the interaction between the ejecta and the circumstellar medium (CSM). We find a shocked CSM mass of $M_{\rm CSM}\sim0.013M_\odot$, a CSM density of $ρ_{\rm CSM}\sim2.5\times10^{-13}~{\rm g~cm^{-3}}$ and a mass loss rate of the progenitor of $\dot M\sim0.022M_\odot~{\rm yr^{-1}}$.

astro-ph.HE

Early-phase simultaneous multiband observations of the Type II supernova SN 2024ggi with Mephisto

We present early-phase good-cadence (hour-to-day) simultaneous multiband ($ugi$ and $vrz$ bands) imaging of the nearby supernova SN~2024ggi, which exploded in the nearby galaxy, NGC 3621. A quick follow-up was conducted within less than a day after the explosion and continued $\sim$23 days. The $uvg$ band light curves display a rapid rise ($\sim$1.4 mag day$^{-1}$) to maximum in $\sim$4 days and absolute magnitude $M_{g}\sim$--17.75 mag. The post-peak decay rate in redder bands is $\sim$0.01 mag day$^{-1}$. Different colors (e.g., $u-g$ and $v-r$) of SN~2024ggi are slightly redder than SN 2023ixf. A significant rise ($\sim$12.5 kK) in black-body temperature (optical) was noticed within $\sim$2 days after the explosion, which successively decreased, indicating shock break out inside a dense circumstellar medium (CSM) surrounding the progenitor. Using semianalytical modeling, the ejecta mass and progenitor radius were estimated as 1.2 $M_\odot$ and $\sim$550 $R_\odot$. The archival deep images ($g,r,i and z$ bands) from the Dark Energy Camera Legacy Survey were examined, and a possible progenitor was detected in each band ($\sim$22--22.5 mag) and had a mass range of 14--17 $M_\odot$.

astro-ph.HE