Next Article in Journal
Assessment of Pesticide Residues and Dietary Risks in Ginseng from Northeastern China
Previous Article in Journal
Effects of Perilla Seed Oil on Blood Lipids, Oxidative Stress, and Inflammation in Hyperlipidemic Rats
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Non-Destructive Detection of Chilled Mutton Freshness Using a Dual-Branch Hierarchical Spectral Feature-Aware Network

1
College of Computer and Information Engineering, Inner Mongolia Agricultural University, Hohhot 010018, China
2
Key Laboratory of Big Data Research and Application of Agriculture and Animal Husbandry, Hohhot 010018, China
3
Education Examinations Authority of Inner Mongolia Autonomous Region, Hohhot 010011, China
*
Author to whom correspondence should be addressed.
Foods 2025, 14(8), 1379; https://doi.org/10.3390/foods14081379
Submission received: 10 March 2025 / Revised: 7 April 2025 / Accepted: 11 April 2025 / Published: 17 April 2025
(This article belongs to the Section Food Analytical Methods)

Abstract

:
Precise detection of meat freshness levels is essential for food consumer safety and real-time quality monitoring. This study aims to achieve the high-accuracy freshness detection of chilled mutton freshness by integrating hyperspectral imaging with deep learning methods. Although hyperspectral data can effectively capture changes in mutton freshness, sparse raw spectra require optimal data processing strategies to minimize redundancy. Therefore, this study employs a multi-stage data processing approach to enhance the purity of feature spectra. Meanwhile, to address issues such as overlapping feature categories, imbalanced sample distributions, and insufficient intermediate features, we propose a Dual-Branch Hierarchical Spectral Feature-Aware Network (DBHSNet) for chilled mutton freshness detection. First, at the feature interaction stage, the PBCA module addresses the drawback that global and local branches in a conventional dual-branch framework tend to perceive spectral features independently. By enabling effective information exchange and bidirectional flow between the two branches, and injecting positional information into each spectral band, the model’s awareness of sequential spectral bands is enhanced. Second, at the feature fusion stage, the task-driven MSMHA module is introduced to address the dynamics of freshness variation and the accumulation of different metabolites. By leveraging multi-head attention and cross-scale fusion, the model more effectively captures both the overall spectral variation trends and fine-grained feature details. Third, at the classification output stage, dynamic loss weighting is set according to training epochs and relative losses to balance classification performance, effectively mitigating the impact of insufficiently discriminative intermediate features. The results demonstrate that the DBHSNet enables a more precise assessment of mutton freshness, achieving up to 7.59% higher accuracy than conventional methods under the same preprocessing conditions, while maintaining superior weighted metrics. Overall, this study offers a novel approach for mutton freshness detection and provides valuable support for freshness monitoring in cold-chain meat systems.

1. Introduction

Mutton is a high-protein (20–23%) meat of superior quality, which is widely consumed around the globe [1], especially in regions such as Inner Mongolia in China, and New Zealand [2,3]. It serves as an essential component of daily dietary structures, supplying substantial caloric intake necessary for maintaining metabolic functions [4]. In particular, mutton contains abundant nutritional components, including essential amino acids, vitamins, and minerals, and essential fatty acids such as linoleic acid and oleic acid, which play critical roles in enhancing human immunity and preventing diseases [5,6]. However, the nutritional quality and sensory attributes of mutton are closely related to its freshness [7]. Freshness constitutes a fundamental criterion in meat quality assessment, as the degradation of freshness levels directly impacts consumer sensory perception, nutritional quality, and ultimately, market acceptance [8].
Within modern livestock practices, mutton undergoes multiple stages, including production, transportation, and retail distribution, before reaching consumers [4]. Chilled preservation and cold-chain logistics are widely adopted to meet market demands [9]. Nevertheless, the freshness of chilled mutton during these processes can be compromised by factors such as ambient temperature, humidity, and microbial contamination [10]. Specifically, prolonged storage enhances enzymatic activities and microbial growth, causing significant changes in freshness indicators such as total volatile basic nitrogen (TVB-N), total aerobic count (TAC), and most probable number (MPN) of Escherichia coli, thereby accelerating spoilage [11,12]. Therefore, rapid, accurate, and reliable freshness detection is critically important.
With the increasing emphasis on food safety, meat freshness detection methodologies have shifted from traditional sensory evaluations to more reliable physicochemical analyses, instrumental detection methods, and dye-based colorimetric assays [13,14,15,16]. However, physicochemical methods are often complicated, time-consuming, destructive, and costly, typically serving as quantitative benchmarks for other detection technologies. Dye-based assays remain relatively underdeveloped. In contrast, instrumental analytical techniques such as electronic noses and hyperspectral imaging have gained prominence in meat freshness assessment [17,18,19]. Electronic noses detect odor and color signals via sensors, whereas hyperspectral imaging utilizes the distinct spectral absorption and reflection properties of meat. Hyperspectral imaging, in particular, exhibits advantages such as rapidity and non-invasiveness, effectively capturing subtle changes during spoilage through correlation analyses across spectral bands and enabling precise freshness classification when integrated with data analysis models.
Currently, hyperspectral imaging combined with deep learning has been extensively applied in meat freshness research, with multidimensional prediction models constructed by integrating surface texture features or various physicochemical indicators, thereby achieving improved detection performance [20,21,22,23]. Nonetheless, due to variations in mutton sample preparation protocols and experimental conditions, spectral data are susceptible to noise interference and tend to exhibit specific distribution patterns [23,24]. Moreover, inappropriate data processing strategies may lead to substantial loss of critical spectral information [25,26,27]. Despite optimized preprocessing and feature selection techniques being available, existing models often inadequately utilize spectral band information [28,29,30].
Furthermore, many hyperspectral models still primarily rely on full-spectrum analysis, lacking dynamic perception mechanisms for spectral structure and the ability to model local feature correlations. Deep learning models typically encounter challenges such as sample dependency, feature redundancy, and class imbalance in practical applications [31,32,33]. In particular, the misclassification rate is high at ambiguous boundaries between adjacent freshness levels [34]. In this context, dual-branch network architectures have demonstrated unique advantages in spectral detection by simultaneously processing full-spectrum data and selected critical spectral bands, thus preserving macroscopic spectral trends while effectively capturing subtle compositional variations [35,36]. Although dual-branch networks incorporate cross-modal functionality and hierarchical attention mechanisms to reduce misclassification, traditional dual-branch structures suffer from insufficient inter-branch feature interactions and inappropriate class weight distributions. Particularly when handling noisy data, independent branch decisions may lead to the decoupling of discriminative cross-modal features or induce gradient conflicts during propagation, thereby causing adversarial interference between feature channels [37]. To address the above limitations, a Dual-Branch Hierarchical Spectral Feature-Aware Network (DBHSNet) was proposed, separately processing full-spectrum data and local characteristic spectral bands. Specifically, the position-enhanced bidirectional cross-attention (PBCA) module enables bidirectional feature interaction, effectively overcoming the data independence limitations inherent in traditional dual-branch architectures [38]. Then, the multi-scale enhanced multi-head attention (MSMHA) module increases the sensitivity to subtle spectral variations, enriching feature representations and reducing sample dependency. Finally, the hierarchical classification mechanism (HCM) dynamically adjusts the loss weights across different levels, resulting in improved robustness and classification balance under multi-category detection scenarios.
This study aims to reveal the variations in spectral characteristics and intrinsic quality differences of chilled mutton at varying freshness levels using hyperspectral imaging technology, and to develop an accurate freshness detection model for chilled mutton based on a dual-branch network architecture. First, hyperspectral data from chilled mutton samples over a 14-day storage period were collected and combined with freshness indicators such as TVB-N, TAC, and MPN to establish the raw freshness dataset. A multi-stage processing method was employed for preprocessing and optimal feature wavelength selection, thus enhancing the purity and quality of the dataset. Finally, a freshness evaluation framework for chilled mutton was established, accompanied by a series of comparative experiments to comprehensively assess the practical effectiveness and superiority of the DBHSNet in freshness classification tasks.
The primary contributions of this study include:
(1)
Utilizing multi-indicator integrated hyperspectral data for freshness evaluation, providing biologically and chemically relevant data support.
(2)
Establishing a generalized data processing strategy through optimized preprocessing and feature wavelength selection, supplemented by SHAP interpretability analyses.
(3)
Introducing the PBCA module, an advanced position-encoded bidirectional cross-attention mechanism, significantly enhancing the DBHSNet’s sensitivity to long-range dependencies and fine-grained details.
(4)
Developing the MSMHA module, a multi-scale enhanced multi-head attention approach, improving the DBHSNet’s capability to detect subtle freshness characteristics.
(5)
Proposing the HCM module, a hierarchical classifier with dynamically optimized loss functions, effectively mitigating misclassification caused by intermediate feature ambiguity and overlapping boundaries.
(6)
Designing a dual-branch spectral feature-aware network that integrates multiple modules to fully perceive spectral characteristics, achieving high-accuracy freshness detection of chilled mutton, and providing valuable insights and methodologies for future meat freshness research.

2. Materials and Methods

2.1. Preparation of Chilled Mutton Samples

Fresh mutton samples were purchased from a certified food company in the Huimin District of Hohhot, Inner Mongolia, and were obtained from 10 adult Sunit sheep slaughtered following humane methods. To ensure consistent initial conditions, the mutton samples were taken from the dorsal loin area, which is characterized by relatively uniform muscle fiber distribution [4]. To minimize the effects of air humidity and microbial contamination on freshness [39], the mutton (including skin and fat) was uniformly packaged and transported to the laboratory in a refrigerated container within approximately 1 h. In the laboratory, surface fat, fascia, and other connective tissues were removed using sterile stainless-steel knives on a standard operating bench. After 24 h of pre-cooling and aging treatment at 0–4 °C, samples were randomly divided into 6 cm × 6 cm × 1 cm pieces from three different parts, resulting in a total of 210 mutton samples.
All samples were first divided into three groups, then uniformly vacuum-packed using a vacuum packaging machine (DZ-400, Zhejiang Bespacker Machine Co., Ltd., Wenzhou, China), and continuously stored at 4 °C for 14 days. Each day, five samples were randomly selected from each group for hyperspectral data acquisition. Simultaneously, freshness indicators, including TVB-N, TAC, and MPN, were measured.

2.2. Acquisition of Hyperspectral Images During Chilled Storage

2.2.1. Hyperspectral Imaging Equipment

The hyperspectral imaging system used in this study consisted of a Hyperspec VNIRN-Series hyperspectral imager manufactured by Headwall Photonics, a scanning platform, and two adjustable 1000 W halogen lamps. The spectral range covered by the imager was 400–1000 nm, with a spectral resolution of 2.8 nm, including a total of 750 spectral channels.

2.2.2. Hyperspectral Image Acquisition

The hyperspectral imaging system was preheated for 30 min before image collection, with the lens aperture adjusted to F2.0 to achieve maximum throughput. During the experiment, each sample was placed approximately 30 cm from the camera lens on the scanning platform, facing directly toward the lens [3,14]. Pixel averaging was set to six scans, and the exposure time was adjusted to maintain digital number (DN) values below 8500, avoiding signal saturation. Two 100 W halogen lamps were symmetrically placed at 45° angles approximately 35 cm from the sample. The illumination uniformity was adjusted stepwise, ensuring a uniformity greater than 90%. Hyperspectral images were then collected using the computer system. The specific acquisition process is shown in Figure 1.
Due to illumination non-uniformity and camera dark current, the spectral images were calibrated using black and white corrections, as shown in Equation (1):
G = I B W B
where I is the raw image, B is the dark calibration image, W is the white calibration image, and G is the calibrated spectral image [4]. Hyperspectral data acquisition was completed using the hyperspectral system and corresponding data acquisition software.

2.2.3. Hyperspectral Data Extraction

ENVI 5.6 software was utilized to select regions of interest (ROIs) from hyperspectral images of chilled mutton samples [23]. Firstly, false-color images were constructed using wavelengths at 650 nm, 554 nm, and 553 nm, based on the RGB principle, to visually identify the tissue distributions clearly. Secondly, to avoid connective tissue interference, only lean meat regions were marked, and 20 ROIs, each sized 10 × 10 pixels, were randomly selected from each image. The DN values of all the spectral bands within these ROIs were recorded. Finally, spectral information from each ROI was compiled into an original freshness spectral dataset, resulting in a total of 4200 samples (20 × 210).
For feature selection, Y-values represented continuous freshness indicators, while for freshness classification, Y-values indicated different freshness grades.

2.3. Measurement of Freshness Indicators and Freshness Grading

Freshness indicators of samples were measured over a 14-day storage period. TVB-N content was determined according to GB 5009.228-2016 (National Food Safety Standard—Determination of Volatile Basic Nitrogen in Food by Semi-micro Kjeldahl Method) [40]; TAC was measured following GB 4789.2-2022 (National Food Safety Standard—Microbiological Examination of Food: Aerobic Plate Count) [41]; and MPN was enumerated based on GB 4789.3-2016 (National Food Safety Standard—Microbiological Examination of Food: Enumeration of Escherichia coli) [42]. Most existing studies tend to adopt binary or ternary classification schemes for freshness assessment [4,43,44,45,46,47], which may overlook transitional changes in physicochemical and microbial characteristics.
To better reflect the synergy of multiple indicators and achieve refined freshness classification, this study implemented a threshold-based cross-classification strategy based on GB 2707-2016 (National Food Safety Standard—Fresh (Frozen) Livestock and Poultry Products) and relevant literature [48]. Freshness grades were precisely defined based on the ranges of the three measured indicators [49]. Four freshness levels were established: Fresh, SubFresh, PreSpoiled, and Spoiled. The “SubFresh” category mainly represents samples with slight physicochemical changes and limited microbial proliferation, while the “PreSpoiled” category reflects cases where MPN has significantly increased even though TVB-N remains at a moderate level, suggesting that spoilage is entering a microbiologically driven mid-to-late stage. The relationships between indicator values and freshness grades are detailed in Table 1.

2.4. Research Methods

2.4.1. Research Framework

The workflow of this study included the following steps: (1) After preparation, mutton samples underwent freshness indicator measurements and hyperspectral image acquisition. (2) Raw spectral images were analyzed and cleaned using different preprocessing methods, with preprocessing effectiveness evaluated. (3) Regression analysis was conducted on selected spectral features, and SHAP values were employed to compare wavelength importance. (4) The original freshness data were processed using various combinations of preprocessing and feature selection methods, forming experimental datasets. (5) A Dual-Branch Hierarchical Spectral Feature-Aware Network (DBHSNet) was designed, and its detection performance was compared with CNN, LightGBM, SVM, and RF. (6) The results were evaluated and analyzed using performance metrics and confusion matrices. Specifically, as shown in the workflow of Figure 2.

2.4.2. Preprocessing

The raw spectral freshness data are susceptible to noise caused by instruments, illumination conditions, and uncontrollable factors, such as sample heterogeneity and surface roughness. Therefore, preprocessing methods, including Savitzky–Golay (SG) filtering, multiplicative scatter correction (MSC), standard normal variate (SNV) transformation [50], first derivative (FD), and moving average (MA), were utilized for data cleaning [51,52]. The preprocessed dataset served as input for subsequent analyses.
These methods encompass commonly used smoothing, scatter correction, and baseline calibration approaches in hyperspectral analysis, each representing different categories such as polynomial-based smoothing and derivative-based enhancement. They offer broad applicability for handling diverse spectral variations. By evaluating the processed spectral images of each method, the preprocessed dataset served as input for subsequent analyses to demonstrate their impact on detection performance

2.4.3. Feature Wavelength Selection

Feature selection significantly reduces data dimensionality in hyperspectral data analysis while retaining information highly correlated with target variables [53]. In this study, freshness indicators of chilled mutton, namely TVB-N, TAC, and MPN, were utilized as labels. The preprocessed spectral dataset obtained in Section 2.4.2 was analyzed using maximum mutual information minimization (MIM) and incremental feature selection (IFS) methods to extract spectral bands most relevant to freshness indicators. To evaluate the performance of different pre-feature-selection methods, four key regression metrics were adopted: the coefficient of determination (R2), root mean squared error (RMSE), mean absolute error (MAE), and residual prediction deviation (RPD). Specifically, R2 reflects the model’s goodness of fit, with higher values indicating better performance; RMSE and MAE quantify prediction errors, where lower values represent higher accuracy; and RPD assesses model generalization capability, with values above 3.0 signifying excellent regression performance [8,26]. Additionally, SHapley Additive exPlanations (SHAP) values were employed to further validate the significance of selected features.
  • MIM
MIM, based on mutual information theory, evaluates statistical relevance by calculating the mutual information between individual spectral bands and target variables, as shown in Equation (2) [54]. Selecting highly correlated spectral bands reflects their predictive importance for TVB-N, TAC, and MPN.
I ( X ,   Y ) = H ( X ) + H ( Y )     H ( X ,   Y )
where I(X, Y) denotes the mutual information between feature X and target variable Y, H(X) and H(Y) represent the entropies of feature X and target variable Y, respectively, and H(X, Y) indicates their joint entropy.
2.
IFS
IFS, based on joint mutual information, identifies spectral bands with high relevance and strong interactions with target variables by calculating joint information, as described in Equation (3) [55]. Unlike traditional univariate feature selection methods, IFS accounts for the synergy between features, employing combinational evaluation to reveal feature importance.
I ( X i , X j ; Y ) = I ( X i ; Y ) + I ( X j ; Y ) I ( X i , X j ; Y )
where I(Xi, Xj; Y) represents joint mutual information between features Xi, Xj, and target variable Y, and I(Xi, Y) and I(Xj; Y) are mutual information between individual features Xi, Xj, and target variable y, respectively.
3.
SHAP value validation
SHAP values, based on Shapley values from game theory, as shown in Equation (4), quantify each feature’s contribution to model predictions [28].
ϕ i ( f ) = S N \ { i } | S | ! ( | N | | S | 1 ) ! | N | ! f ( S { i } ) f ( S )
where ϕ i ( f ) is the Shapley value of the i-th feature, N is the complete feature set, S is a subset of features, and f(S) represents the predicted outcome using subset S. SHAP contribution plots were generated to illustrate the relative importance of spectral bands and selected features for prediction [56,57]. Additionally, regression analyses were conducted on all spectral freshness feature sets to validate their predictive capabilities, identifying the optimal feature selection method.
In this study, MIM and IFS were selected as the core feature selection methods, representing univariate relevance evaluation and multivariate interaction analysis, respectively, thus offering strong representativeness and general applicability. Compared to dimensionality reduction methods such as PCA and t-SNE, this strategy avoids the interpretability loss caused by feature space transformation and helps retain the physical significance of the original wavelengths [58]. Furthermore, SHAP analysis was introduced to further enhance the interpretability and model compatibility of the selected spectral bands. To effectively evaluate the dual-branch information interaction mechanism, the selected spectral bands were utilized as local branch input to enhance freshness detection performance.

2.4.4. Dual-Branch Hierarchical Spectral Feature-Aware Network

  • Feature interaction: Position-optimized bidirectional cross-attention (PBCA) module
During the feature interaction stage, traditional dual-branch methods independently process global and local features, lacking effective interaction modeling and consequently losing crucial dependency relationships [32,34]. Particularly in hyperspectral data analysis, the high dimensionality and redundancy among spectral bands make simple feature fusion approaches insufficient to capture inter-band dependencies, leading to underutilized spatial similarity and band correlation [36]. Moreover, each spectral band is sequence-sensitive, providing key contextual information via its positional arrangement in the spectrum. Directly feeding spectral data into a network without positional considerations may result in the loss of relative positional cues among bands [59].
Therefore, we designed the PBCA module, as shown in Figure 3a. Firstly, global and local features are separately processed through position encoding to form dynamic positional signals related to wavelength order, augmenting the learning of positional features, thus enabling the model to effectively distinguish the relative importance and sequence relationships among spectral bands [60], as represented in Equation (5).
P E ( x ) = s i n ( x / 10000 ( 2 i / d ) ) , c o s ( x / 10000 ( 2 i + 1 / d ) )
where x denotes the band index, i represents the position encoding dimension, and d indicates the total number of encoding dimensions.
Subsequently, a bidirectional cross-attention mechanism is introduced to establish a two-way information flow between global and local features, further enhancing the model’s ability to learn long-range dependencies and improving feature representation [61], as shown in Equation (6).
Z g l o b a l =   Attention ( X g l o b a l ,   X l o c a l ,   X l o c a l ) Z l o c a l =   Attention ( X l o c a l ,   X g l o b a l ,   X g l o b a l )
where Xglobal and Xlocal denote the input global and local features, while Zglobal and Zlocal represent the corresponding optimized features after cross-attention. Compared with conventional attention mechanisms, PBCA is better tailored to spectral data due to its explicit modeling of wavelength position and bidirectional cross-scale interactions.
2.
Feature fusion: Multi-scale enhanced multi-head attention (MSMHA) module
At the feature fusion stage, many existing studies are limited to simple concatenation or weighted averaging of global and local features. However, such methods fail to capture the complex dependencies among features at different scales and may overlook subtle differences in the data. Moreover, in chilled mutton freshness detection, cross-scale correlations between spectral bands are critical for both discriminative power and robustness regarding freshness grading. Effectively capturing multi-level feature relationships can reduce the reliance on large-scale datasets [62]. Therefore, precisely modeling the complex multi-scale relationships between features has become essential for improving detection accuracy. Accordingly, we designed the MSMHA module, as shown in Figure 3b, a multi-scale enhanced multi-head attention mechanism. By integrating multi-scale pooling with multi-head attention, the MSMHA module leverages multi-scale features to model the complex relationships spanning multiple scales.
Firstly, global and local features (Zglobal, Zlocal) are pooled through a multi-scale optimization strategy to extract features of varying granularity, as illustrated in Equation (7).
Z g l o b a l e n h a n c e d = Global   Pooling ( Z g l o b a l ) , Z l o c a l e n h a n c e d = Local   Pooling ( Z l o c a l )
where Z g l o b a l e n h a n c e d and Z l o c a l e n h a n c e d are the results of the optimized pooling of global and local features, respectively. Following multi-scale enhancement, the model captures features of varying granularity, providing abundant cross-scale information.
Next, four parallel attention heads are employed through multi-head attention mechanisms. Head 1 (Global Trend Attention Head) focuses on global trend modeling to capture overall spectral variations in freshness data. Head 2 (Local Detail Attention Head) targets specific wavelength regions strongly correlated with freshness-related chemical compositions, enhancing sensitivity to critical spectral bands. Head 3 (Long-Distance Dependency Attention Head) constructs long-range cross-band dependencies, reinforcing the understanding of nonlinear relationships among spectral bands. Head 4 (Multi-Scale Interaction Attention Head) captures cross-scale interactions, addressing potential distribution discrepancies across different feature scales. The use of four heads was empirically selected to balance complexity and interpretability.
For each head i (1 ≤ i ≤ 4), input features after multi-scale enhancement undergo computation. Linear transformations generate Query (Q), Key (K), and Value (V) for each head (Equation (8)).
Q i = X W i Q , K i = X W i K , V i = X W i V
where W i Q , W i K , and W i V are parameters for head i [63]. Attention force calculations for head i are then performed as in Equation (9):
H e a d i ( Q i , K i , V i ) = S o f t m a x ( ( Q i K i T ) / s q r t ( d k ) ) V i
where dk is the dimensionality of keys, and Softmax normalization weights feature importance.
Finally, outputs from all the attention heads are concatenated and linearly transformed to yield fused features Zfused (Equation (10)):
Z f u s e d = L i n e a r ( C o n c a t ( H e a d 1 , H e a d 2 , , H e a d i ) ) W O
where linear represents a fully connected layer, and W0 is a linear transformation matrix mapping concatenated features into a new space. Each head focuses on different spectral characteristics, providing richer feature representation.
3.
Freshness classification: Hierarchical classification mechanism (HCM) module
During the output stage, the fused features Zfused are fed into a hierarchical classifier for two-stage classification. To address overlapping category features, imbalanced sample distributions, and insufficient intermediate features in chilled mutton freshness detection, we designed the HCM module, as shown in Figure 3c. This hierarchical classifier employs a dynamic joint loss function strategy, progressively tackling classification challenges through staged optimization of coarse- and fine-grained classifiers and a dynamically balanced joint-loss design [64,65].
First, the coarse classifier partitions the samples into broad categories, simplifying the task to ensure an initial differentiation of major classes and generating intermediate features H (Equation (11)). The fine classifier subsequently processes these intermediate features for more nuanced classification, handling subtle inter-class differences and ultimately producing the prediction Y (Equation (12)).
H = R e L U ( Z f u s e d W s h a r e d + b c o a r s e )
Y = H W f i n e + b f i n e
where Wshared and bcoarse are the weight and bias parameters of the coarse classifier, whereas Wfine and bfine pertain to the fine classifier.
To effectively optimize both coarse- and fine-grained classification, we employ the Cross-Entropy Loss function for each task [49], denoted as Lcoarse and Lfine (Equation (13)).
L c o a r s e ,   f i n e = C r o s s E n t r o p y ( y c o a r s e ,   f i n e , Y c o a r s e ,   f i n e )
where Ycoarse and Yfine represent the true labels.
Moreover, to dynamically adjust the focus between coarse- and fine-grained tasks during training, a dynamic weight wdynamic is introduced. Initially, wdynamic is set to a larger value for the coarse task, then gradually shifts toward the fine task based on the number of epochs (epoch) and the maximum epoch (epochmax), as in Equation (14). Concurrently, wdynamic is adjusted according to the relative losses at each stage (Equation (15)).
w d y n a m i c = e p o c h / e p o c h m a x
w d y n a m i c = L c o a r s e / ( L c o a r s e + L f i n e )
Using this dynamic loss optimization strategy, the model automatically updates wdynamic across various training stages, leading to the total loss function Ltotal in the HCM module (Equation (16)). This allows the model to focus on the most critical tasks or objectives at each phase, accelerating convergence and enhancing overall performance.
L t o t a l = w d y n a m i c L c o a r s e + ( 1 w d y n a m i c ) L f i n e
The DBHSNet adopts a modular architecture, allowing flexible substitution or integration of external components. This design facilitates future extensions, such as multi-modal fusion or the incorporation of task-specific classifiers.

2.4.5. Evaluation of Models

In the preliminary experiments, four key metrics were used to evaluate the model performance under different feature selection methods: the coefficient of determination (R2), root mean squared error (RMSE), mean absolute error (MAE), and residual prediction deviation (RPD). R2 measures the model’s goodness of fit, where a higher R2 indicates better performance. RMSE and MAE quantify prediction errors, with smaller values implying higher accuracy. RPD evaluates the model’s generalization capability, where values exceeding 3.0 indicate excellent regression performance.
In subsequent experiments, to meet the high-accuracy requirements of mutton freshness detection, we employed Accuracy, Weighted Precision, Weighted Recall, and Weighted F1-score as the evaluation metrics, as shown in Equations (17)–(20). To ensure the robustness of the model evaluation, a 5-fold cross-validation strategy was employed to minimize the influence of random data partitioning.
Let the number of classes be n, with Ni samples in the i-th class and a total of N samples overall. In the classification tasks performed in this study, the effective positive (EPi) denotes the number of positive samples correctly identified; the undetected positive (UPi) refers to positive samples mistakenly classified as negative; the false alert positive (FAPi) indicates negative samples incorrectly classified as positive; and the effective negative (ENi) denotes the number of negative samples correctly identified.
A c c u r a c y = E P + E N E P + F A P + E N + U P
W e i g h t e d R e c a l l = i = 1 n N i N × E P i E P i + U P i
W e i g h t e d P r e c i s i o n = i = 1 n N i N × E P i E P i + F A P i
W e i g h t e d F 1 S c o r e = 2 × W e i g h t e d P r e c i s i o n × W e i g h t e d R e c a l l W e i g h t e d P r e c i s i o n + W e i g h t e d R e c a l l

2.5. Implementation

The experimental platform is configured with an Intel Core i5-10300H CPU (2.50 GHz), 16 GB of RAM, and Nvidia RTX 1650Ti GPU, running on Windows 10 (Version 22H2, OS Build 19045.5487, 64-bit). Python 3.11 was used for coding, and Pycharm was employed for model development and hyperparameter tuning.

3. Results and Discussion

3.1. Analysis of Freshness Indicator Metrics

Figure 4 illustrates the variations in freshness indicators over a 14-day storage period. During storage, TVB-N, TAC, and MPN levels all gradually increased, but at different stages and with varying rates.
TVB-N rose from 6 mg·100 g−1 on Day 1 to 9 mg·100 g−1 on Day 3, indicating that protein degradation remained in its initial phase and the mutton retained a relatively stable freshness [24]. Subsequently, on Days 4 and 10, MPN and TVB-N levels exhibited significant increases, aligning with rapid microbial proliferation and intensified enzymatic protein degradation. After Day 10, the accelerated accumulation of microbial metabolites further accelerated the spoilage process, signifying a more advanced stage of deterioration [17]. Moreover, due to the involvement of non-protein nitrogen sources in complex biochemical reactions within the tissue, a transient decline in TVB-N may occur when the consumption of nitrogenous compounds exceeds their production. Consequently, during Days 5–6 and 7–9, TVB-N levels exhibited temporary plateaus, likely due to a transient balance between the production and consumption of nitrogenous substances [4,66].
Meanwhile, TAC rose steadily from an initial 4.4 log CFU·g−1 to about 6.1 log CFU·g−1, suggesting that low temperatures partially inhibited aerobic bacterial growth but did not prevent overall accumulation [23]. In contrast, MPN increased only by 0.3 log MPN·100 g⁻1 during the early storage stage, yet after Day 4, it surged notably due to the rapid onset of microbial decomposition and enzymatic reactions in the mid-to-late storage period.
Overall, protein decomposition and the accumulation of volatile alkaline substances progressed slowly in early storage, resulting in modest increases in TVB-N and MPN. However, as storage continued and microbial metabolic activity and enzymatic reactions intensified, meat spoilage accelerated, causing sharp rises in TVB-N and MPN on Days 4 and 10, whereas TAC maintained a gradual upward trend [24]. By the end of Day 14, TVB-N content had increased nearly 10-fold compared to initial levels, and MPN surpassed 7.0 log MPN·100 g−1, indicating severe spoilage of the mutton. Although low-temperature storage can partially delay the growth of aerobic bacteria and other microorganisms, it cannot effectively halt the rapid surge in late-stage microbial activity. Notably, these parameters may be affected by temperature and airborne microorganisms, highlighting the necessity of strict environmental control during the experiment. These findings provide a valuable reference for subsequent dynamic freshness monitoring and detection model development.

3.2. Data Preprocessing Results Analysis and Comparison

In this study, to more accurately represent the spectral information of chilled mutton and enhance the classification performance for freshness detection, we applied various preprocessing techniques to the raw spectral data, including MSC, FD, SNV, SG, and MA.
Figure 5 presents the spectral images obtained after applying various preprocessing methods. As shown in Figure 5c,d, MSC and SNV effectively mitigated scattering deviations due to granularity and density differences caused by sample slicing, thereby aligning the spectral baselines via standardization or linear regression calibration [28,67]. However, both methods are relatively sensitive to outliers, and the presence of strong noise may compromise the overall baseline correction performance. Meanwhile, Figure 5e demonstrates that FD effectively highlights subtle peaks and valleys while reducing baseline drift [68]. This enhanced expression of local features contributes to the extraction of freshness-related information and is particularly beneficial for capturing early-stage spectral changes during meat spoilage. Figure 5b,f indicate that both SG and MA can effectively suppress high-frequency noise and smooth the spectral curves [51]. Nevertheless, they differ slightly in preserving fine peak features: SG retains sharp peaks due to its local polynomial fitting, while MA tends to blunt sharper signals, which may lead to partial loss of spectral detail.
Overall, each preprocessing method offers unique advantages in noise suppression, baseline correction, and peak/valley enhancement. Appropriately integrating these methods can further improve the quality and interpretability of spectral data. Therefore, the preprocessed dataset is directly employed as input for feature selection and detection models, aiming to identify an optimal combination of data processing strategies and higher-efficiency data inputs for subsequent quantitative and qualitative analyses.

3.3. Analysis of Feature Selection

Table 2 compares the predictive performance of MIM and IFS under different preprocessing methods for freshness indicators. We evaluated each combination using regression metrics (R2, RMSE, MAE, and RPD) and verified the contribution of selected spectral bands via SHAP values. The results indicate that feature band selection exerts a noticeable impact on both preprocessing methods and predictive accuracy.
First, regarding predictive outcomes, the use of MIM or IFS significantly boosted model performance. When building full-spectrum models for TVB-N, TAC, and MPN with MSC, SNV, or FD preprocessing, the key bands selected by MIM and IFS both exhibited higher predictive precision, indicating their effectiveness in capturing critical freshness-related wavelengths. Particularly under the FD-IFS combination, TVB-N achieved an of 0.8757 and an RMSE of 0.3601, surpassing other methods or the raw data with the lowest error metrics; furthermore, TAC and MPN predictions yielded RPD > 3.5, indicating strong model stability and robust feature selection outcomes.
Nonetheless, no single combination demonstrated uniformly high efficiency. Specifically, SG-MIM and MA-MIM performed poorly, as revealed by the spectral band distributions in Figure 6. Possibly, MIM overlooked certain band combinations strongly correlated with changes in freshness indicators, biasing the model toward highly contributive wavelengths and leading to higher regression errors in these two pairings [28]. Consequently, IFS exhibits more stable performance for high-dimensional data with complex inter-band correlations, whereas MIM is more suited to the fine-grained selection of highly contributive spectral bands. From a domain-specific perspective, while techniques such as PCA or autoencoders might further reduce dimensional complexity, they often obscure physically meaningful wavelength interpretations, which is crucial for subsequent biological or chemical analysis [58]. By retaining the original spectral bands, MIM and IFS offer a more transparent feature selection process, aligning closely with the domain-specific requirements of meat freshness detection.
Figure 6 compares the distributions and contributions of the selected feature bands for the three freshness indicators under optimal and suboptimal data combinations, highlighting how different selection strategies emphasize distinct spectral regions. Certain critical bands make prominent contributions to predicting freshness indicators, while the similarity between MIM- and IFS-chosen bands and the high-contribution regions in the SHAP plots is also validated. On one hand, the MIM-selected bands largely cluster at 450–585 nm and 600–750 nm. Among them, the 480–550 nm range shows high SHAP values, implying potential interactions with pigment-derived antioxidants and microbial coenzymes. Additionally, the 438 nm and 462 nm bands relate to fatty acid absorption, indicating the degree of fat oxidation in meat [69], while 515 nm, 683 nm, and 688 nm concern transitions of iron ions in myoglobin and heme proteins, reflecting protein decomposition states and thereby freshness changes [14]. The 818 nm and 861 nm bands capture water absorption characteristics [46]. On the other hand, the IFS-selected bands exhibit a more dispersed distribution but align better with SHAP peaks. In TAC and MPN prediction, bands at 585 nm, 739 nm, and 838 nm display notably high contributions, illustrating the close link between feature selection, chemical composition, and microbial metabolic processes. Beyond 900 nm, both selection strategies yield fewer selected bands, consistent with the diminished abundance of indicator compounds relevant to freshness at longer wavelengths.
Overall, preprocessing combined with feature selection significantly enhances the predictive accuracy of hyperspectral models, optimizes computational efficiency, and improves the robustness and interpretability of local branches. These chosen key bands provide feasible inputs to subsequent detection networks, offering precise feature information that enables more efficient local network focus and delivering reliable spectral support for meat freshness assessment tasks.

3.4. Analysis of Model Detection Results

To verify the effectiveness of the DBHSNet in chilled mutton freshness detection, we conducted ablation experiments and compared classification metrics with typical algorithmic models. We also generated confusion matrices to illustrate the detection outcomes. For this study, the experimental dataset was approximately divided into training, validation, and test sets in a 4:1:1 ratio to maintain a balanced distribution for model evaluation.

3.4.1. Freshness Classification Results of Chilled Mutton

We established a performance evaluation framework for CNN, SVM [70], LightGBM [71], RF, and the DBHSNet to ensure the accuracy of mutton freshness detection; the specific results are shown in Table 3. The fully preprocessed hyperspectral dataset of chilled mutton was utilized as the DBHSNet input, while spectral bands derived from various combination methods were assigned to the local branch.
According to Table 3, the DBHSNet model achieved the best performance across all metrics under the FD-IFS combination. On one hand, its accuracy reached 99.72%, outperforming the next-best model (LightGBM) by 0.97%, and the weighted F1-score exceeded 99.50%, indicating robust stability for multi-class scenarios and imbalanced data. On the other hand, the DBHSNet model’s weighted precision and weighted recall both surpassed 99.00%, suggesting highly efficient use of intermediate features to distinguish freshness levels. Notably, under identical preprocessing conditions, the DBHSNet achieved a maximum accuracy improvement of 7.59% compared to other models, with the most pronounced advantages observed under the MA and Raw combinations. This suggests that the model maintains robust discriminative capacity even in the presence of noisy or low-quality spectral data while also demonstrating superior feature extraction and generalization capabilities across diverse data conditions. From a food safety perspective, the DBHSNet could help prevent spoiled meat from entering the market, thereby mitigating health risks and economic losses.
Furthermore, examining different preprocessing methods, FD and MSC each enhanced model performance by extracting frequency-domain features and correcting scattering noise while reinforcing the stability of chemical characteristics, thus making a substantial contribution to freshness-related feature extraction [51]. In contrast, MA effectively smoothed noise but also led to the loss of certain spoilage signals, reflecting its limitations in freshness detection. Moreover, under FD and MSC, CNN, LightGBM, and RF also exhibited robust performance, indicating these two preprocessing strategies are particularly well-suited for dealing with noise and redundancy in raw spectral data.
Compared to traditional spectroscopic techniques such as near-infrared or Raman spectroscopy, which typically cover limited spectral ranges and are primarily sensitive to specific molecular vibrations, hyperspectral imaging provides broader spectral coverage and richer feature representations. This allows the DBHSNet to capture more subtle spectral variations related to mutton freshness, enabling efficient and accurate freshness classification. Such capability is particularly valuable for food safety applications that require rapid, non-destructive, and comprehensive quality assessment, and holds potential for extension to other types of meat.

3.4.2. Ablation Study

Table 4 summarizes the ablation study findings for the DBHSNet under varying local feature attention configurations.
From Table 4, we observe a pronounced nonlinear performance gain as each module is progressively introduced and compared. First, the HCM module alone offers fundamental optimization. When HCM is enabled independently, accuracy increases significantly across all three experimental groups: by 3.33% in FD-MIM, 2.36% in FD-IFS, and 2.92% in MSC-MIM. Moreover, the difference between the weighted F1-score and accuracy remains below 0.07%, indicating that HCM effectively enhances inter-class discriminative power for freshness features. Second, in the FD-MIM group, combining PBCA + HCM outperforms MSMHA + HCM by 2.08%, whereas adding MSMHA to form the full-module configuration boosts this margin to 5.83%.
These superimposed results demonstrate that the hierarchical classification mechanism built by HCM effectively exploits the multi-scale feature fusion from MSMHA. Notably, misclassification cases in intermediate freshness levels were reduced more substantially when all three modules were combined, suggesting that the HCM can better handle ambiguous boundaries by dynamically reweighting decision layers. However, each module combination exhibits distinct methodological advantages, so practical detection applications should adopt tailored strategies based on data characteristics. Third, the fully integrated modules achieved peak performance in freshness detection. The FD-IFS group’s accuracy improved by 11.80% relative to the baseline, while metric fluctuations remained below 1%, indicating a positive coupling between FD-IFS and the model’s spectral feature awareness. When all modules are enabled, both FD-MIM and FD-IFS groups yield weighted metrics above 99.00%. In addition to accuracy improvements, the full-module configuration also exhibited enhanced computational efficiency, reducing inference time and indicating strong potential for real-time deployment in chilled meat quality monitoring workflows.
Hence, the integration of PBCA, MSMHA, and HCM significantly boosts model performance and feature representation, offering high robustness for real-time chilled mutton quality monitoring. Overall, the ablation study not only validates the contribution of each proposed module to freshness detection but also provides insights into the modular adaptability of the DBHSNet under varying data quality scenarios.

3.4.3. Comparison of Classification Performance

To further verify the superiority of the DBHSNet in freshness detection, we modeled various algorithms under identical preprocessing conditions to assess the impact of different preprocessing–feature selection strategies on model performance, as illustrated in Figure 7.
Using a performance radar chart for multidimensional comparisons reveals that, under various preprocessing methods, the DBHSNet exhibits competitive results in terms of classification accuracy, weighted precision, weighted recall, and weighted F1 Score. Notably, it maintains a balanced profile across these metrics, indicating that the model retains its performance advantage when facing different data processing strategies—particularly under data imbalance—thereby underscoring the DBHSNet’s flexibility and extensive applicability in complex tasks.
Compared with traditional dual-branch networks [31,35], the proposed DBHSNet alters the independent contributions of global and local branches. Through PBCA, it enables bidirectional information flow between global and local features and injects positional information into each band, emphasizing collaborative changes among consecutive bands. In addition, to address the overall spoilage process and transient release of varied metabolites, MSMHA exploits a task-driven multi-head attention design with cross-scale fusion to better capture global spectral trends and fine-grained details. During classification, dynamic weights are assigned based on training epochs and relative losses to balance the hierarchical classifiers; HCM consequently reduces overlapping effects among intermediate features. These improvements culminate in a performance breakthrough for chilled mutton freshness detection.

3.4.4. Confusion Matrix

Figure 8 displays the confusion matrices for the DBHSNet under three different data processing combinations. Each confusion matrix highlights the relationship between true and predicted labels across various classes.
With FD-IFS for the local branch, the DBHSNet incurred no misclassifications for “Fresh” or “Spoiled” samples, and only one error each for “SubFresh” and “PreSpoiled.” Under FD-MIM, the DBHSNet similarly achieved high accuracy, with minimal misclassification of fresh and spoiled samples; out of 201 “PreSpoiled” samples, 198 were correctly identified, and only 3 were wrongly classified as spoiled. Although the majority of samples were correctly classified, the MSC-MIM approach yielded more misclassifications, particularly among adjacent freshness levels. This may be attributed to overlapping intermediary features during the freshness transition stage, influencing classification outcomes.
Thus, compared to other studies [4,43,46], the confusion matrices further validate the DBHSNet’s superiority in mutton freshness detection, although challenges persist when distinguishing subtle differences between classes. Moreover, from a cost-benefit perspective, the DBHSNet offers significant practical value. First, by substantially reducing misclassification—especially in ambiguous intermediate categories—it lowers the risk of mistakenly accepting spoiled meat, thereby minimizing potential contamination and public health threats. Second, improved classification precision reduces the likelihood of repeated testing and product recalls, resulting in considerable savings in labor, time, and reagent costs compared to traditional methods.
Future work could integrate multi-modal sensor data to enrich freshness-related feature inputs, thereby further improving classification robustness in transitional stages and facilitating the engineering application of chilled meat monitoring technologies.

4. Conclusions

This study employed multi-indicator integrated hyperspectral data to evaluate the freshness of chilled mutton, subdividing the samples into four distinct freshness levels. First, by optimizing preprocessing and feature selection methods and comparing spectral band contributions using SHAP values, we established a generally optimal data processing strategy for subsequent research. Next, the DBHSNet was proposed, leveraging multiple integrated modules to fully capture the spectral characteristics of mutton and thereby achieve high-accuracy detection of chilled mutton freshness.
Among all the tested models, FD-IFS and MSC-MIM emerged as the optimal and suboptimal data processing approaches, respectively, while the DBHSNet attained the best classification metrics, with accuracy and weighted classification indices both exceeding 99.00%. Furthermore, the model exhibited only a small number of misclassifications, primarily occurring between adjacent freshness levels, underscoring the critical role of intermediate features in classification decisions. Overall, the DBHSNet model constructed herein meets practical requirements for chilled mutton freshness detection and significantly enhances the representation efficiency of freshness-related features in hyperspectral data. Future work will explore the integration of hyperspectral imaging with gas sensors or fluorescence spectroscopy on the same batch of samples to further improve detection accuracy and model generalizability. Additionally, batch-wise spectral acquisition systems combined with detection models will be developed for real-time deployment, supporting rapid-response requirements in industrial quality control workflows.

Author Contributions

Conceptualization, J.E.; methodology, J.E. and X.J.; software, J.E.; validation, Z.X. and J.E.; formal analysis, J.E. and D.L.; investigation, J.E., C.Z. and Z.X.; resources, X.J. and M.W.; data curation, Z.X., J.E. and X.J.; writing—original draft preparation, J.E.; writing—review and editing, J.E. and X.J.; visualization, J.E.; supervision, X.J., M.W. and C.Z.; project administration, X.J.; funding acquisition, X.J. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the National Natural Science Foundation of China (62061037, 31960494); the Natural Science Foundation of Inner Mongolia (2023LHMS06017); and the Science and Technology Major Project of Inner Mongolia Autonomous Region (2020GG0169).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The original contributions presented in this study are included in the article. The hyperspectral data submitted do not contain farm or processor-identifiable information. Further inquiries can be directed to the corresponding author/s.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Junkuszew, A.; Nazar, P.; Milerski, M.; Margetin, M.; Brodzki, P.; Bazewicz, K. Chemical composition and fatty acid content in lamb and adult sheep meat. Arch. Anim. Breed. 2020, 63, 261–268. [Google Scholar] [CrossRef] [PubMed]
  2. Wang, C.; Wang, S.; He, X.; Wu, L.; Guo, J. Combination of spectra and texture data of hyperspectral imaging for prediction and visualization of palmitic acid and oleic acid contents in lamb meat. Meat Sci. 2020, 169, 108194. [Google Scholar] [CrossRef] [PubMed]
  3. Wan, G.; Liu, G.; He, J.; Luo, R.; Cheng, L.; Ma, C. Feature wavelength selection and model development for rapid determination of myoglobin content in nitrite-cured mutton using hyperspectral imaging. J. Food Eng. 2020, 287, 110090. [Google Scholar] [CrossRef]
  4. Jiang, X.; Xue, H.; Zhang, L.; Gao, X.; Wu, G.; Bai, J. Nondestructive detection of chilled mutton freshness based on multi-label information fusion and adaptive BP neural network. Comput. Electron. Agric. 2018, 155, 371–377. [Google Scholar] [CrossRef]
  5. Wei, J.; Qingyun, S.; Lin, S. Effect of irradiation treatment on the lipid composition and nutritional quality of goat meat. Food Chem. 2021, 351, 129295. [Google Scholar] [CrossRef]
  6. Kong, D.; Han, R.; Yuan, M.; Xi, Q.; Du, Q.; Li, P.; Yang, Y.; Rahman, S.M.E.; Wang, J. Slightly acidic electrolyzed water as a novel thawing media combined with ultrasound for improving thawed mutton quality, nutrients and microstructure. Food Chem. X 2023, 18, 100630. [Google Scholar] [CrossRef]
  7. Goudarzi, J.; Moshtaghi, H.; Shahbazi, Y.; Life, S. Kappa-carrageenan-poly (vinyl alcohol) electrospun fiber mats encapsulated with Prunus domestica anthocyanins and epigallocatechin gallate to monitor the freshness and enhance the shelf-life quality of minced beef meat. Food Packag. 2023, 35, 101017. [Google Scholar] [CrossRef]
  8. Cheng, L.; Liu, G.; He, J.; Wan, G.; Ban, J.; Yuan, R.; Fan, N. Development of a novel quantitative function between spectral value and metmyoglobin content in Tan mutton. Food Chem. 2021, 342, 128351. [Google Scholar] [CrossRef]
  9. Toomik, E.; Rood, L.; Bowman, J.P.; Kocharunchitt, C. Microbial spoilage mechanisms of vacuum-packed lamb meat: A review. Int. J. Food Microbiol. 2023, 387, 110056. [Google Scholar] [CrossRef]
  10. Zhao, H.; Feng, Y.; Chen, W.; Jia, G. Application of invasive weed optimization and least square support vector machine for prediction of beef adulteration with spoiled beef based on visible near-infrared (Vis-NIR) hyperspectral imaging. Meat Sci. 2019, 151, 75–81. [Google Scholar] [CrossRef]
  11. Zhou, Y.; Ai, Q.; Zhang, D. Changes in microflora on fresh mutton during chilled storage. Food Sci. 2015, 36, 242–245. [Google Scholar] [CrossRef]
  12. Burri, S.C.; Ekholm, A.; Bleive, U.; Püssa, T.; Jensen, M.; Hellström, J.; Mäkinen, S.; Korpinen, R.; Mattila, P.H.; Radenkovs, V. Lipid oxidation inhibition capacity of plant extracts and powders in a processed meat model system. Meat Sci. 2020, 162, 108033. [Google Scholar] [CrossRef] [PubMed]
  13. Zheng, Y.; Gao, H.; Liu, Z.; Li, C.; Feng, X.; Chen, L. Ammonia/pH super-sensitive colorimetric labels based on gellan gum, sodium carboxymethyl cellulose, and dyes for monitoring freshness of lamb meat. Int. J. Biol. Macromol. 2024, 274, 133227. [Google Scholar] [CrossRef] [PubMed]
  14. Wan, G.; Fan, S.; Liu, G.; He, J.; Wang, W.; Li, Y.; Cheng, L.; Ma, C.; Guo, M. Fusion of spectra and texture data of hyperspectral imaging for prediction of myoglobin content in nitrite-cured mutton. Food Control 2023, 144, 109332. [Google Scholar] [CrossRef]
  15. Samad, T.; Elliot, M.; Li, T.; Yves, B.Ń.; Yuqing, T.; Hui, H.; Yongkang, L. Novel intelligent films containing anthocyanin and phycocyanin for nondestructively tracing fish spoilage. Food Chem. 2023, 402, 134203. [Google Scholar] [CrossRef]
  16. Karambasti, P.R.; Shavisi, N. Development of guar gum-pectin nanofiber mats containing Papaver rhoeas petal anthocyanins and cellulose nanocrystals for real-time visual detection of lamb meat freshness. LWT 2024, 194, 115786. [Google Scholar] [CrossRef]
  17. Zou, Z.; Li, M.; Wang, Q.; Wu, Q.; Zhen, J.; Yuan, D.; Yin, S.; Zhou, M.; Cui, Q.; Xu, L. A non-destructive detection method of protein and TVB-N content changes in refrigerated and frozen-thawed salmon fillets using fluorescence hyperspectral technology. J. Food Compos. Anal. 2024, 133, 106435. [Google Scholar] [CrossRef]
  18. Yu, Y.; Chen, W.; Zhang, H.; Liu, R.; Li, C. Discrimination among Fresh, Frozen–Stored and Frozen–Thawed Beef Cuts by Hyperspectral Imaging. Foods 2024, 13, 973. [Google Scholar] [CrossRef]
  19. Cheng, J.; Sun, J.; Shi, L.; Dai, C. An effective method fusing electronic nose and fluorescence hyperspectral imaging for the detection of pork freshness. Food Biosci. 2024, 59, 103880. [Google Scholar] [CrossRef]
  20. Zhuang, Q.; Peng, Y.; Nie, S.; Guo, Q.; Li, Y.; Zuo, J.; Chen, Y. Non-destructive detection of frozen pork freshness based on portable fluorescence spectroscopy. J. Food Compos. Anal. 2023, 118, 105175. [Google Scholar] [CrossRef]
  21. Yuan, R.; Liu, G.; He, J.; Ma, C.; Cheng, L.; Fan, N.; Ban, J.; Li, Y.; Sun, Y. Determination of metmyoglobin in cooked tan mutton using Vis/NIR hyperspectral imaging system. J. Food Sci. 2020, 85, 1403–1410. [Google Scholar] [CrossRef] [PubMed]
  22. Lv, Y.; Dong, F.; Cui, J.; Hao, J.; Luo, R.; Wang, S.; Rodas-Gonzalez, A.; Liu, S. Fusion of spectral and textural data of hyperspectral imaging for glycine content prediction in beef using SFCN algorithms. Food Anal. Methods 2023, 16, 413–425. [Google Scholar] [CrossRef]
  23. Fan, N.; Ma, X.; Liu, G.; Ban, J.; Yuan, R.; Sun, Y. Rapid determination of TBARS content by hyperspectral imaging for evaluating lipid oxidation in mutton. J. Food Compos. Anal. 2021, 103, 104110. [Google Scholar] [CrossRef]
  24. He, W.; Huang, W.; Wang, Y.; Li, Z.; Blanka, T.; Zhang, X. A lamb freshness detection model using a flexible optoelectronic in-situ sensing system and multi-input multi-label causal ensemble learning. Food Chem. 2025, 471, 142803. [Google Scholar] [CrossRef]
  25. Kim, M.J.; Yu, W.H.; Song, D.J.; Chun, S.W.; Kim, M.S.; Lee, A.; Kim, G.; Shin, B.S.; Mo, C. Prediction of Soluble-Solid Content in Citrus Fruit Using Visible-Near-Infrared Hyperspectral Imaging Based on Effective-Wavelength Selection Algorithm. Sensors 2024, 24, 1512. [Google Scholar] [CrossRef]
  26. Huang, P.; Yuan, J.; Yang, P.; Xiao, F.; Zhao, Y. Nondestructive Detection of Sunflower Seed Vigor and Moisture Content Based on Hyperspectral Imaging and Chemometrics. Foods 2024, 13, 1320. [Google Scholar] [CrossRef]
  27. Binbin, F.; Rongguang, Z.; Dongyu, H.; Shichang, W.; Xiaomin, C.; Xuedong, Y. Evaluation of Mutton Adulteration under the Effect of Mutton Flavour Essence Using Hyperspectral Imaging Combined with Machine Learning and Sparrow Search Algorithm. Foods 2022, 11, 2278. [Google Scholar] [CrossRef]
  28. Zhong, L.; Guo, X.; Ding, M.; Ye, Y.; Jiang, Y.; Zhu, Q.; Li, J. SHAP values accurately explain the difference in modeling accuracy of convolution neural network between soil full-spectrum and feature-spectrum. Comput. Electron. Agric. 2024, 217, 108627. [Google Scholar] [CrossRef]
  29. Wang, C.; Zhu, H.; Zhao, Y.; Shi, W.; Fu, H.; Zhao, Y.; Han, Z. A multi-verse optimizer-based CNN-BiLSTM pixel-level detection model for peanut aflatoxins. Food Chem. 2025, 463, 141393. [Google Scholar] [CrossRef]
  30. Cai, M.; Li, X.; Liang, J.; Liao, M.; Han, Y. An effective deep learning fusion method for predicting the TVB-N and TVC contents of chicken breasts using dual hyperspectral imaging systems. Food Chem. 2024, 456, 139847. [Google Scholar] [CrossRef]
  31. Zhang, G.; Lu, Y.; Jiang, X.; Jin, S.; Li, S.; Xu, M. LGGFormer: A dual-branch local-guided global self-attention network for surface defect segmentation. Adv. Eng. Inform. 2025, 64, 103099. [Google Scholar] [CrossRef]
  32. Wan, B.; Wan, X.; Sun, Y.; Wang, T.; Lv, C.; Wang, S.; Yin, H.; Yan, C. ADNet: Anti-noise dual-branch network for road defect detection. Eng. Appl. Artif. Intell. 2024, 132, 107963. [Google Scholar] [CrossRef]
  33. Hao, X.; Wang, Z.; Zhang, Y.; Li, F.; Wang, M.; Li, J.; Mao, R. Detecting wheat yellow dwarf disease by employing a Dual-Branch multiscale model from UAV multispectral images. Comput. Electron. Agric. 2025, 230, 109898. [Google Scholar] [CrossRef]
  34. Zhang, W.; Lu, F.; Su, H.; Hu, Y. Dual-branch multi-information aggregation network with transformer and convolution for polyp segmentation. Comput. Biol. Med. 2024, 168, 107760. [Google Scholar] [CrossRef] [PubMed]
  35. Tian, D.; Yan, X.; Zhou, D.; Wang, C.; Zhang, W. IV-YOLO: A Lightweight Dual-Branch Object Detection Network. Sensors 2024, 24, 6181. [Google Scholar] [CrossRef]
  36. Sun, J.; Cheng, J.; Xu, M.; Yao, K. A method for freshness detection of pork using two-dimensional correlation spectroscopy images combined with dual-branch deep learning. J. Food Compos. Anal. 2024, 129, 106144. [Google Scholar] [CrossRef]
  37. Hou, Z.; Li, X.; Yang, C.; Ma, S.; Yu, W.; Wang, Y. Dual-branch network object detection algorithm based on dual-modality fusion of visible and infrared images. Multimed. Syst. 2024, 30, 333. [Google Scholar] [CrossRef]
  38. Lin, J.; Zhang, X.; Qin, Y.; Yang, S.; Wen, X.; Cernava, T.; Migheli, Q.; Chen, X. Local and Global Feature-Aware Dual-Branch Networks for Plant Disease Recognition. Plant Phenomics 2024, 6, 0208. [Google Scholar] [CrossRef]
  39. Wang, J.; Wang, H.; Zhang, H.; Yang, S.; Lai, K.; Luan, D.; Yan, J. Development of a Novel Colorimetric pH Biosensor Based on A-Motif Structures for Rapid Food Freshness Monitoring and Spoilage Detection. Biosensors 2024, 14, 605. [Google Scholar] [CrossRef]
  40. GB 5009.228-2016; National Food Safety Standard: Determination of Volatile Basic Nitrogen in Food by Semi-micro Kjeldahl Method. National Health and Family Planning Commission of the People’s Republic of China: Beijing, China, 2016.
  41. GB 4789.2-2022; National Food Safety Standard: Microbiological Examination of Food—Determination of Total Bacterial Count. National Health Commission of the People’s Republic of China: Beijing, China, 2022.
  42. GB 4789.3-2016; National Food Safety Standard: Microbiological Examination of Food—Enumeration of Escherichia coli. National Health and Family Planning Commission of the People’s Republic of China: Beijing, China, 2016.
  43. Wentao, H.; Jie, X.; Xuepei, W.; Qinan, Z.; Mengjie, Z.; Xiaoshuan, Z. Improvement of non-destructive detection of lamb freshness based on dual-parameter flexible temperature-impedance sensor. Food Control 2023, 153, 109963. [Google Scholar] [CrossRef]
  44. Sooin, H.; HyeJin, K.; Seungah, L.; Jinwoo, C.; Aera, J.; Joonsung, B. Utilization of Electrical Impedance Spectroscopy and Image Classification for Non-Invasive Early Assessment of Meat Freshness. Sensors 2021, 21, 1001. [Google Scholar] [CrossRef] [PubMed]
  45. Qibin, Z.; Yankun, P.; Deyong, Y.; Yali, W.; Renhong, Z.; Kuanglin, C.; Qinghui, G. Detection of frozen pork freshness by fluorescence hyperspectral image. J. Food Eng. 2022, 316, 110840. [Google Scholar] [CrossRef]
  46. Jingjing, Z.; Guishan, L.; Yan, L.; Mei, G.; Fangning, P.; Han, W. Rapid identification of lamb freshness grades using visible and near-infrared spectroscopy (Vis-NIR). J. Food Compos. Anal. 2022, 111, 104590. [Google Scholar] [CrossRef]
  47. Huan, Y.; Seyoung, K.; Zhu, B.; Yingjun, K.; Ruilong, S.; Ting, D.; Lintao, Z.; Seung, K.J. Real-Time Fluorescence Screening Platform for Meat Freshness. Anal. Chem. 2022, 94, 15423–15432. [Google Scholar] [CrossRef]
  48. GB 2707-2016; National Food Safety Standard: Fresh (Frozen) Livestock and Poultry Products. China Food and Drug Administration: Beijing, China, 2016.
  49. Sandra, A.; Margarida, L.M. Cross-Classification Analysis of Food Products Based on Nutritional Quality and Degree of Processing. Nutrients 2023, 15, 3117. [Google Scholar] [CrossRef]
  50. Wang, T.; Chen, Y.; Huang, Y.; Zheng, C.; Liao, S.; Xiao, L.; Zhao, J. Prediction of the Quality of Anxi Tieguanyin Based on Hyperspectral Detection Technology. Foods 2024, 13, 4126. [Google Scholar] [CrossRef]
  51. Pu, H.; Xie, A.; Sun, D.-W.; Kamruzzaman, M.; Ma, J. Application of Wavelet Analysis to Spectral Data for Categorization of Lamb Muscles. Food Bioprocess. Technol. 2015, 8, 1–16. [Google Scholar] [CrossRef]
  52. Chang, X.; Liu, T.; Shi, B.; Zhang, G.; Xu, Y.; Zhang, J.; Zhang, P. An improved algorithm with particle swarm optimization-extreme gradient boosting to predict the contents of pyrolytic hydrocarbons in source rocks. J. Asian Earth Sci. 2024, 276, 106367. [Google Scholar] [CrossRef]
  53. Yu, F.; Guan, J.; Wu, H.; Wang, H.; Ma, B. Multi-population differential evolution approach for feature selection with mutual information ranking. Expert. Syst. Appl. 2025, 260, 125404. [Google Scholar] [CrossRef]
  54. Zhang, Y.; Li, M.; Zheng, L.; Qin, Q.; Lee, W.S. Spectral features extraction for estimation of soil total nitrogen content based on modified ant colony optimization algorithm. Geoderma 2019, 333, 23–34. [Google Scholar] [CrossRef]
  55. Lu, Z.; Min, L.; Xinyi, Q.; Guangzhong, L. Succinylation Site Prediction Based on Protein Sequences Using the IFS-LightGBM (BO) Model. Comput. Math. Methods Med. 2020, 2020, 8858489. [Google Scholar] [CrossRef]
  56. Liang, Z.; Xi, G.; Zhe, X.; Meng, D. Soil properties: Their prediction and feature extraction from the LUCAS spectral library using deep convolutional neural networks. Geoderma 2021, 402, 115366. [Google Scholar] [CrossRef]
  57. Hamid, G.; Aliakbar, M.; Shahram, G.; Yougui, S.; Biswajeet, P. Interpretability of simple RNN and GRU deep learning models used to map land susceptibility to gully erosion. Sci. Total Environ. 2023, 904, 166960. [Google Scholar] [CrossRef]
  58. Alaiz-Rodriguez, R.; Parnell, A.C. A Machine Learning Approach for Lamb Meat Quality Assessment Using FTIR Spectra. IEEE Access 2020, 8, 52385–52394. [Google Scholar] [CrossRef]
  59. Pravin, A.; Deepa, C. Aggregate Plant Species Categorization with Deep CNN Based Positional Encoded Cross Attentional Mechanism. SN Comput. Sci. 2024, 5, 912. [Google Scholar] [CrossRef]
  60. Chen, M.; Li, H.; Peng, H.; Xiong, X.; Long, N. HPCDNet: Hybrid position coding and dual-frquency domain transform network for low-light image enhancement. Math. Biosci. Eng. MBE 2024, 21, 1917–1937. [Google Scholar] [CrossRef]
  61. Madani, M.; Behzadi, M.M.; Song, D.; Ilies, H.T.; Tarakanova, A. Improved inter-residue contact prediction via a hybrid generative model and dynamic loss function. Comput. Struct. Biotechnol. J. 2022, 20, 6138–6148. [Google Scholar] [CrossRef]
  62. Siyuan, K.; Qinglun, Z.; Hongru, W.; Yan, S. An efficient multiscale integrated attention method combined with hyperspectral system to identify the quality of rice with different storage periods and humidity. Comput. Electron. Agric. 2023, 213, 108259. [Google Scholar] [CrossRef]
  63. Harshula, T.; Biplab, B.; Mohan, B.K. Multi-head attention with CNN and wavelet for classification of hyperspectral image. Neural Comput. Appl. 2022, 35, 7595–7609. [Google Scholar] [CrossRef]
  64. Huaifei, S.; Yinghao, L.; Qingjiu, T.; Kaijian, X.; Junnan, J. A comparison of multiple classifier combinations using different voting-weights for remote sensing image classification. Int. J. Remote Sens. 2018, 39, 3705–3722. [Google Scholar] [CrossRef]
  65. Houman, K.; Mobin, G.N.; Abbas, S.; Mohammad, K.; Mokhtar, M. Feature Selection and Training Multilayer Perceptron Neural Networks Using Grasshopper Optimization Algorithm for Design Optimal Classifier of Big Data Sonar. J. Sens. 2022, 2022, 9620555. [Google Scholar] [CrossRef]
  66. de Abreu, D.P.; Losada, P.P.; Maroto, J.; Cruz, J.M. Lipid damage during frozen storage of Atlantic halibut (Hippoglossus hippoglossus) in active packaging film containing antioxidants. Food Chem. 2011, 126, 315–320. [Google Scholar] [CrossRef]
  67. Zhang, Z.; Chang, Z.; Huang, J.; Leng, G.; Xu, W.; Wang, Y.; Xie, Z.; Yang, J. Enhancing soil texture classification with multivariate scattering correction and residual neural networks using visible near-infrared spectra. J. Environ. Manag. 2024, 352, 120094. [Google Scholar] [CrossRef] [PubMed]
  68. Kucha, C.T.; Ngadi, M.O. Rapid assessment of pork freshness using miniaturized NIR spectroscopy. J. Food Meas. Charact. 2020, 14, 1105–1115. [Google Scholar] [CrossRef]
  69. Hasan, M.M.; Chaudhry, M.M.A.; Erkinbaev, C.; Paliwal, J.; Suman, S.P.; Rodas-Gonzalez, A. Application of Vis-NIR and SWIR spectroscopy for the segregation of bison muscles based on their color stability. Meat Sci. 2022, 188, 108774. [Google Scholar] [CrossRef]
  70. Zhang, F.; Wang, M.; Zhang, F.; Xiong, Y.; Wang, X.; Ali, S.; Zhang, Y.; Fu, S. Hyperspectral imaging combined with GA-SVM for maize variety identification. Food Sci. Nutr. 2024, 12, 3177–3187. [Google Scholar] [CrossRef]
  71. Mahsa, H.; Abbas, M.; Reza, G. A Novel Scheme for Mapping of MVT-Type Pb–Zn Prospectivity: LightGBM, a Highly Efficient Gradient Boosting Decision Tree Machine Learning Algorithm. Nat. Resour. Res. 2023, 32, 2417–2438. [Google Scholar] [CrossRef]
Figure 1. Hyperspectral data acquisition process.
Figure 1. Hyperspectral data acquisition process.
Foods 14 01379 g001
Figure 2. Research framework.
Figure 2. Research framework.
Foods 14 01379 g002
Figure 3. Dual-Branch Hierarchical Spectral Feature-Aware Network. (a) Feature Interaction, (b) Feature Fusion, (c) Freshness Classification.
Figure 3. Dual-Branch Hierarchical Spectral Feature-Aware Network. (a) Feature Interaction, (b) Feature Fusion, (c) Freshness Classification.
Foods 14 01379 g003
Figure 4. Freshness indicator content curves: (a) TVB-N, (b) TAC, (c) MPN.
Figure 4. Freshness indicator content curves: (a) TVB-N, (b) TAC, (c) MPN.
Foods 14 01379 g004
Figure 5. Preprocessing results: (a) Raw, (b), SG (c), MSC (d), SNV (e), FD, (f) MA.
Figure 5. Preprocessing results: (a) Raw, (b), SG (c), MSC (d), SNV (e), FD, (f) MA.
Foods 14 01379 g005
Figure 6. Distribution and contribution comparison of feature wavelengths under different indicators: (a) MSC-TVB-N, (b) MSC-TAC, (c) MSC-MPN, (d) FD-TVB-N, (e) FD-TAC, (f) FD-MPN.
Figure 6. Distribution and contribution comparison of feature wavelengths under different indicators: (a) MSC-TVB-N, (b) MSC-TAC, (c) MSC-MPN, (d) FD-TVB-N, (e) FD-TAC, (f) FD-MPN.
Foods 14 01379 g006
Figure 7. Comparison of classification performance across different models under various combination methods: (a) Raw, (b) SNV, (c) SG, (d) FD, (e) MSC, (f) MA.
Figure 7. Comparison of classification performance across different models under various combination methods: (a) Raw, (b) SNV, (c) SG, (d) FD, (e) MSC, (f) MA.
Foods 14 01379 g007
Figure 8. Confusion matrices: (a) FD-IFS, (b) FD-MIM, (c) MSC-MIM.
Figure 8. Confusion matrices: (a) FD-IFS, (b) FD-MIM, (c) MSC-MIM.
Foods 14 01379 g008
Table 1. Freshness Grade Classification.
Table 1. Freshness Grade Classification.
TVB-N/mg·100 g−1TAC/log CFU·g−1MPN/log MPN·100 g−1Label
(0, 15]≤6.0≤5.0Fresh
(15, 25]≤6.0≤5.0SubFresh
(15, 25]≤6.0>5.0PreSpoiled
>25>6.0>5.0Spoiled
Table 2. Comparison of prediction performance of feature selection under different preprocessing methods.
Table 2. Comparison of prediction performance of feature selection under different preprocessing methods.
Preprocessing MethodsMetricMIMIFS
RMSEMAERPDRMSEMAERPD
RAWTVB-N0.69720.56210.38621.81710.55480.68150.42731.4988
TAC0.70980.55380.35021.85630.72910.5350.33581.9214
MPN0.75990.49740.33182.04090.8110 0.44130.29392.3004
MSCTVB-N0.83990.40870.29482.49920.79390.46370.30662.2028
TAC0.88910.34240.23533.00280.90190.32190.22143.1932
MPN0.88520.34390.23772.9520 0.89080.33550.21813.0257
MATVB-N0.59780.64770.43121.57680.66330.59260.39561.7233
TAC0.71250.55120.36881.8650 0.73110.53310.33851.9283
MPN0.76970.48720.32972.08380.81140.44090.29442.3029
SNVTVB-N0.81770.43610.3070 2.34210.84140.40670.28672.5110
TAC0.88880.34280.23652.99850.89170.33830.23333.0389
MPN0.90010.32090.22043.16380.8900 0.33670.21883.0154
FDTVB-N0.75860.50180.32392.03550.87570.36010.25632.8364
TAC0.83360.41940.24592.45120.92610.27950.21143.6785
MPN0.90240.31720.20383.20090.93870.25140.18474.0378
SGTVB-N0.59570.64940.42821.57270.66560.59060.39551.7293
TAC0.74790.51610.34751.99170.68450.57740.35521.7804
MPN0.75840.4990 0.34792.03460.81210.44010.29312.3069
Table 3. Classification metrics of different models under various preprocessing–feature selection combinations.
Table 3. Classification metrics of different models under various preprocessing–feature selection combinations.
ModelPreprocessing MIMIFS
Accuracy
/%
Weighted Precision
/%
Weighted Recall
/%
Weighted F1 Score
/%
Accuracy
/%
Weighted Precision
/%
Weighted Recall
/%
Weighted F1 Score
/%
CNNRaw89.7289.9189.7289.7288.3388.6088.3388.15
MSC92.6492.9592.6492.6296.9497.0596.9496.95
FD97.2297.2597.2297.2297.7897.8797.7897.78
SG90.9791.0090.9790.9791.6791.7491.6791.63
SNV96.3996.5296.3996.3995.2895.4295.2895.27
MA89.9189.2789.5889.4489.7290.0089.7289.72
SVMRaw89.4489.4989.4489.4290.4290.4190.4290.40
MSC95.9796.0195.9795.9796.6796.6796.6796.67
FD95.4295.4595.4295.4295.5097.5197.5097.50
SG88.8989.0388.8988.9090.6990.7490.6990.68
SNV96.8196.8396.8196.8195.4295.4495.4295.41
MA89.5889.6189.5889.5789.0389.1889.0389.07
LightGBMRaw92.5092.5992.5092.4992.6492.6792.6492.64
MSC97.5097.5997.5097.5096.8196.8196.8196.80
FD98.3398.3998.3398.3398.7598.7798.7598.75
SG92.3692.3892.3692.3593.6193.6393.6193.60
SNV96.9496.9796.9496.9496.5396.5396.5396.53
MA93.0693.0693.0693.0592.7892.8892.7892.76
RFRaw92.6492.6992.6492.6292.3692.3692.3692.33
MSC95.1495.3195.1495.1395.0095.0095.0094.99
FD97.6497.7097.6497.6498.0698.1198.0698.06
SG89.1789.1789.1789.1493.7593.7693.7593.71
SNV95.4295.4495.4295.4295.5695.5795.5695.55
MA92.7892.7892.7892.7591.6791.6791.6791.66
DBHSNetRaw94.5894.6694.5894.5895.5695.7495.5695.57
MSC98.4898.4898.4798.4798.0698.0998.0698.06
FD99.5899.6199.5999.5899.7299.7399.7299.71
SG96.6796.8196.6796.6696.2596.3896.2596.25
SNV98.1998.2098.1998.1998.3398.3498.3398.33
MA97.5097.6097.5097.4996.2596.4296.2596.25
Table 4. Ablation study results of the DBHSNet.
Table 4. Ablation study results of the DBHSNet.
Local dataPBCAMSMHAHCMAccuracy
/%
Weighted
Precision
/%
Weighted
Recall
/%
Weighted
F1 Score
/%
FD-MIM86.5386.8186.5386.44
89.8689.9289.8689.87
91.6791.6591.6791.66
93.7593.7593.7593.75
96.5396.5796.5296.55
99.5899.6199.5999.58
FD-IFS87.9288.0687.9287.91
90.2890.4190.2890.26
93.7593.7693.7593.74
95.2895.395.2895.27
97.2297.2297.2597.23
99.7299.7399.7299.71
MSC-MIM86.3986.3986.6286.36
89.3189.2889.3189.20
92.9292.9192.9292.91
94.1794.3094.1794.18
96.2596.2696.2596.25
98.4898.4898.4798.47
Note: “” indicates the presence of the module; “” indicates its absence.
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

E, J.; Zhai, C.; Jiang, X.; Xu, Z.; Wudan, M.; Li, D. Non-Destructive Detection of Chilled Mutton Freshness Using a Dual-Branch Hierarchical Spectral Feature-Aware Network. Foods 2025, 14, 1379. https://doi.org/10.3390/foods14081379

AMA Style

E J, Zhai C, Jiang X, Xu Z, Wudan M, Li D. Non-Destructive Detection of Chilled Mutton Freshness Using a Dual-Branch Hierarchical Spectral Feature-Aware Network. Foods. 2025; 14(8):1379. https://doi.org/10.3390/foods14081379

Chicago/Turabian Style

E, Jixiang, Chengjun Zhai, Xinhua Jiang, Ziyang Xu, Muqiu Wudan, and Danyang Li. 2025. "Non-Destructive Detection of Chilled Mutton Freshness Using a Dual-Branch Hierarchical Spectral Feature-Aware Network" Foods 14, no. 8: 1379. https://doi.org/10.3390/foods14081379

APA Style

E, J., Zhai, C., Jiang, X., Xu, Z., Wudan, M., & Li, D. (2025). Non-Destructive Detection of Chilled Mutton Freshness Using a Dual-Branch Hierarchical Spectral Feature-Aware Network. Foods, 14(8), 1379. https://doi.org/10.3390/foods14081379

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop