<?xml version="1.0" encoding="utf-8"?>
<journal>
  <titleid/>
  <issn>2687-0517</issn>
  <journalInfo lang="ENG">
    <title>Computing, Telecommunication and Control</title>
  </journalInfo>
  <issue>
    <volume>19</volume>
    <number>1</number>
    <altNumber> </altNumber>
    <dateUni>2026</dateUni>
    <pages>1-115</pages>
    <articles>
      <article>
        <artType>RAR</artType>
        <langPubl>RUS</langPubl>
        <pages>8-15</pages>
        <authors>
          <author num="001">
            <authorCodes>
              <orcid>0000-0002-7060-8826</orcid>
            </authorCodes>
            <individInfo lang="ENG">
              <surname>Shariaty </surname>
              <initials>Faridoddin </initials>
              <email>shariaty3@gmail.com</email>
            </individInfo>
          </author>
          <author num="002">
            <authorCodes>
              <orcid>0000-0003-0726-6613</orcid>
            </authorCodes>
            <individInfo lang="ENG">
              <orgName>Peter the Great St. Petersburg Polytechnic University</orgName>
              <surname>Pavlov</surname>
              <initials>Vitalii</initials>
              <email>pavlov_va@spbstu.ru</email>
              <address>St. Petersburg, Russian Federation</address>
            </individInfo>
          </author>
          <author num="003">
            <authorCodes>
              <orcid>0000-0003-0473-5007</orcid>
            </authorCodes>
            <individInfo lang="ENG">
              <orgName>Peter the Great St. Petersburg Polytechnic University</orgName>
              <surname>Medvedeva </surname>
              <initials>Ekaterina </initials>
              <address>St. Petersburg, Russian Federation</address>
            </individInfo>
          </author>
        </authors>
        <artTitles>
          <artTitle lang="ENG">Cross-domain deep transfer learning for branching structure segmentation</artTitle>
        </artTitles>
        <abstracts>
          <abstract lang="ENG">Segmentation of thin, branching structures in volumetric imaging is a challenging computer vision task due to low contrast, strong class imbalance, and large variability in scale and topology. This work investigates a cross-domain deep transfer learning strategy that exploits morphological similarity between vascular-like branching patterns in different imaging modalities. Models are first pre-trained on the data-rich FIVES retinal vessel dataset and then fine-tuned on a subset of the NSCLC-Radiogenomics chest CT dataset containing annotations of branching structures. We evaluate four U-Net-based architectures – U-Net, Attention U-Net, R2 U-Net and Dense U-Net – and compare them with DeepLabV3 models using ResNet50 and ResNet101 backbones. A unified training pipeline with multi-stage intensity and contrast normalization is employed, along with a 10-fold stratified cross-validation protocol. Performance is assessed using accuracy, precision, Dice (F1 score), and area under the ROC curve (AUC). Cross-domain transfer learning leads to a substantial improvement over training from scratch: Dice scores increase from near-zero values to above 0.48 for the best-performing models. Attention U-Net achieves the highest Dice score of 0.4814, while DeepLabV3 (ResNet50) attains the highest AUC of 0.9621. Dense U-Net also provides competitive results, whereas R2 U-Net benefits less from the proposed transfer scheme. The results demonstrate that leveraging cross-domain morphological priors is an effective way to enhance segmentation of branching structures in data-scarce CT scenarios. The proposed framework provides a strong, reproducible baseline for future research on transfer learning and fine-structure segmentation in volumetric images.</abstract>
        </abstracts>
        <codes>
          <doi>10.18721/JCSTCS.19101 </doi>
          <udk>004.932.72 </udk>
        </codes>
        <keywords>
          <kwdGroup lang="ENG">
            <keyword>branching structure segmentation</keyword>
            <keyword>cross-domain transfer learning</keyword>
            <keyword>deep learning</keyword>
            <keyword>U-Net</keyword>
            <keyword>DeepLabV3</keyword>
          </kwdGroup>
        </keywords>
        <files>
          <furl>https://infocom.spbstu.ru/article/2026.88.1/</furl>
          <file/>
        </files>
      </article>
      <article>
        <artType>RAR</artType>
        <langPubl>RUS</langPubl>
        <pages>16-25</pages>
        <authors>
          <author num="001">
            <individInfo lang="ENG">
              <orgName>Peter the Great St. Petersburg Polytechnic University</orgName>
              <surname>Konstantinov </surname>
              <initials>Andrei </initials>
              <email>andrue.konst@gmail.com</email>
              <address>St. Petersburg, Russian Federation</address>
            </individInfo>
          </author>
          <author num="002">
            <authorCodes>
              <orcid>0000-0002-3796-4757</orcid>
            </authorCodes>
            <individInfo lang="ENG">
              <orgName>National Research University Higher School of Economics</orgName>
              <surname>Elizarova </surname>
              <initials>Anastasiya </initials>
              <address>St. Petersburg, Russian Federation</address>
            </individInfo>
          </author>
          <author num="003">
            <authorCodes>
              <researcherid>F-6480-2013</researcherid>
              <scopusid>7004013271</scopusid>
              <orcid>0000-0002-5637-1420</orcid>
            </authorCodes>
            <individInfo lang="ENG">
              <orgName>Peter the Great St.Petersburg Polytechnic University</orgName>
              <surname>Lev</surname>
              <initials>V.</initials>
              <email>lev.utkin@mail.ru</email>
              <address>Polytechnicheskaya, 29, St.Petersburg, Russia, 195251</address>
            </individInfo>
          </author>
        </authors>
        <artTitles>
          <artTitle lang="ENG">Enhancing Boundary Stability in Decision Trees and Random Forests: A Weighted Sample Duplication Approach</artTitle>
        </artTitles>
        <abstracts>
          <abstract lang="ENG">Decision trees and their ensemble extensions, such as random forests, are widely used as classification models due to their simplicity and interpretability. However, in many real-world tasks where class labels overlap in the feature space, standard decision trees rely on hard splits that create fragile decision boundaries. In these regions, small perturbations in the input values can lead to misclassification, reducing the reliability of the model. To address this issue, we propose a localized data duplication mechanism that modifies the standard CART algorithm by duplicating samples located near the chosen split threshold into both child nodes. To prevent these duplicated samples from overpowering the nodes, they are assigned a reduced weight based on a smoothly decaying function relative to their distance from the threshold. This approach allows both child nodes to learn from ambiguous regions, preserving information about uncertainty while maintaining the axis-aligned deterministic structure of classical decision trees. When applied within a random forest framework, the duplication process also increases ensemble diversity. Experimental evaluation on 11 real-world datasets with varying degrees of class overlap demonstrates that the proposed modification consistently improves ROC-AUC scores and boundary stability while keeping computational costs low.</abstract>
        </abstracts>
        <codes>
          <doi>10.18721/JCSTCS.19102</doi>
          <udk>004.85 </udk>
        </codes>
        <keywords>
          <kwdGroup lang="ENG">
            <keyword>machine learning</keyword>
            <keyword>decision trees</keyword>
            <keyword>random forest</keyword>
            <keyword>classification</keyword>
            <keyword>data duplication</keyword>
          </kwdGroup>
        </keywords>
        <files>
          <furl>https://infocom.spbstu.ru/article/2026.88.2/</furl>
          <file/>
        </files>
      </article>
      <article>
        <artType>RAR</artType>
        <langPubl>RUS</langPubl>
        <pages>26-37</pages>
        <authors>
          <author num="001">
            <individInfo lang="ENG">
              <orgName>Peter the Great St. Petersburg Polytechnic University</orgName>
              <surname>Ludishchev </surname>
              <initials>Yaroslav </initials>
              <email>ludishevyaroslav@mail.ru</email>
              <address>St. Petersburg, Russian Federation</address>
            </individInfo>
          </author>
        </authors>
        <artTitles>
          <artTitle lang="ENG">Application of regularization techniques to improve forecast stability in noisy data for industrial automation </artTitle>
        </artTitles>
        <abstracts>
          <abstract lang="ENG">The article explores modern approaches to the application of regularization methods – Ridge and LASSO – in problems of forecasting technological process parameters under industrial automation conditions. Special attention is given to addressing challenges associated with the high-dimensional feature spaces and the presence of noise in input data, which are typical in industrial environments. The theoretical foundations of these methods are presented, along with their specific characteristics and mechanisms that reduce model overfitting and enhance robustness under varying input data. An experimental evaluation of the effectiveness of regularized regression models is conducted using real industrial datasets, including time series with missing and distorted values. The results demonstrate improved forecasting accuracy, model stability, and, consequently, the reliability of automated monitoring and control systems. These methods help cope with data noise, avoid retraining, and highlight key parameters, which is especially important in conditions of limited computational resources and complex production systems.</abstract>
        </abstracts>
        <codes>
          <doi>10.18721/JCSTCS.19103</doi>
          <udk>004.942</udk>
        </codes>
        <keywords>
          <kwdGroup lang="ENG">
            <keyword>	regularization</keyword>
            <keyword>industrial automation</keyword>
            <keyword>ridge regularization method</keyword>
            <keyword>LASSO</keyword>
            <keyword>industrial control systems</keyword>
            <keyword>regression models</keyword>
          </kwdGroup>
        </keywords>
        <files>
          <furl>https://infocom.spbstu.ru/article/2026.88.3/</furl>
          <file/>
        </files>
      </article>
      <article>
        <artType>RAR</artType>
        <langPubl>RUS</langPubl>
        <pages>38-45</pages>
        <authors>
          <author num="001">
            <authorCodes>
              <orcid>0009-0004-1628-1772</orcid>
            </authorCodes>
            <individInfo lang="ENG">
              <orgName>Peter the Great St. Petersburg Polytechnic University</orgName>
              <surname>Pham </surname>
              <initials>Huu Duc </initials>
              <email>phamduc2511997@gmail.com</email>
              <address>St. Petersburg, Russian Federation</address>
            </individInfo>
          </author>
          <author num="002">
            <authorCodes>
              <scopusid>22735712200</scopusid>
            </authorCodes>
            <individInfo lang="ENG">
              <orgName>Peter the Great St. Petersburg Polytechnic University</orgName>
              <surname>Sorotsky</surname>
              <initials>Vladimir</initials>
              <email>sorotsky@mail.spbstu.ru</email>
              <address>St. Petersburg, Russian Federation</address>
            </individInfo>
          </author>
          <author num="003">
            <individInfo lang="ENG">
              <orgName>Peter the Great St. Petersburg Polytechnic University</orgName>
              <surname>Treimut </surname>
              <initials>Nikita </initials>
              <email>treimut2013@yandex.ru</email>
              <address>St. Petersburg, Russian Federation</address>
            </individInfo>
          </author>
        </authors>
        <artTitles>
          <artTitle lang="ENG">Signal distortion in polar architecture transmitters using class E RF power amplifiers </artTitle>
        </artTitles>
        <abstracts>
          <abstract lang="ENG">The trend towards increasing the energy efficiency of transmitters used in radio and telecommunications systems focuses the attention of equipment developers on finding optimal solutions when transitioning from linear power amplifiers (PAs) to amplifiers operating in switching mode. It is shown in the paper that signal distortion level along with high energy efficiency must be considered as an important parameter of PA. Reasons of signal distortions in class E switched-mode PA used in polar architecture transmitters are given. It is shown that most sufficient distortion is caused by phase shift of the load current, which results from the nonlinear change of transistors’ output capacitance when amplifying signals with a non-constant envelope. The results of calculations of the error vector magnitude when using multilevel spectrally efficient modulation types, in particular quadrature amplitude modulation (QAM) and amplitude-phase shift keying (APSK), are presented. The results confirmed that for class E PA the most sufficient type of distortion is phase distortion. The results of analytical model are confirmed by simulation. It is shown that for 16-QAM at bit error rate = 10–4, the energy loss is 0.5 dB, while for 16-APSK its value increases to 2.2 dB. The results presented in the paper can be used in the development of signal predistortion methods for switching class E PAs, ensuring a reduction in signal distortions.</abstract>
        </abstracts>
        <codes>
          <doi>10.18721/JCSTCS.19104</doi>
          <udk>621.37 </udk>
        </codes>
        <keywords>
          <kwdGroup lang="ENG">
            <keyword>switched-mode power amplifier</keyword>
            <keyword>envelope amplifier</keyword>
            <keyword>class E</keyword>
            <keyword>AM/AM</keyword>
            <keyword>AM/PM</keyword>
            <keyword>EVM</keyword>
          </kwdGroup>
        </keywords>
        <files>
          <furl>https://infocom.spbstu.ru/article/2026.88.4/</furl>
          <file/>
        </files>
      </article>
      <article>
        <artType>RAR</artType>
        <langPubl>RUS</langPubl>
        <pages>46-56</pages>
        <authors>
          <author num="001">
            <authorCodes>
              <orcid>0009-0006-1273-6703</orcid>
            </authorCodes>
            <individInfo lang="ENG">
              <orgName>National Research Tomsk State University</orgName>
              <surname>Anzhin </surname>
              <initials>Viktor</initials>
              <email>viktor.anjin@gmail.com</email>
              <address>Tomsk, Russian Federation</address>
            </individInfo>
          </author>
        </authors>
        <artTitles>
          <artTitle lang="ENG">Method for selecting the strength of unsharp masking pre-filter used to enhance the detection rate of DCT-domain image watermarks </artTitle>
        </artTitles>
        <abstracts>
          <abstract lang="ENG">This work investigates the improvement of digital watermark detection robustness by applying image sharpening prior to the detection stage for an algorithm through the use of DCT-domain for both embedding and detection. Watermark detection is treated as a binary classification problem, enabling the use of the recall metric to evaluate the quality of detection. The recall metric is calculated on a set of test images by embedding and detecting the watermark with unsharp masking applied as a pre-filtering step. A method for selecting the optimal sharpening strength coefficient is proposed, based on maximizing the recall metric under fixed embedding and detection parameters. Computational experiments across a range of distortions demonstrate that pre-filtering with the optimal sharpening strength coefficient determined by the proposed method increases the true positive detection rate for most tested distortions without increasing the number of false positive detections.</abstract>
        </abstracts>
        <codes>
          <doi>10.18721/JCSTCS.19105</doi>
          <udk>004.056.5+519.237 </udk>
        </codes>
        <keywords>
          <kwdGroup lang="ENG">
            <keyword>digital watermark</keyword>
            <keyword>discrete cosine transform</keyword>
            <keyword>unsharp masking</keyword>
            <keyword>recall</keyword>
            <keyword>content protection</keyword>
          </kwdGroup>
        </keywords>
        <files>
          <furl>https://infocom.spbstu.ru/article/2026.88.5/</furl>
          <file/>
        </files>
      </article>
      <article>
        <artType>RAR</artType>
        <langPubl>RUS</langPubl>
        <pages>57-64</pages>
        <authors>
          <author num="001">
            <authorCodes>
              <orcid>0000-0002-1477-3181</orcid>
            </authorCodes>
            <individInfo lang="ENG">
              <orgName>Peter the Great St. Petersburg Polytechnic University</orgName>
              <surname>Leontiev</surname>
              <initials>Evgeniy</initials>
              <email>johnleon010@gmail.com</email>
              <address>St. Petersburg, Russian Federation</address>
            </individInfo>
          </author>
        </authors>
        <artTitles>
          <artTitle lang="ENG">Analyses of a class G power amplifier with controlled nonlinear distortion for LTE-signal</artTitle>
        </artTitles>
        <abstracts>
          <abstract lang="ENG">The work considers an analysis of nonlinear distortions in a class G power amplifier and an analysis of an envelope tracking power amplifier with a proposed combined envelope amplifier scheme for LTE cellular base stations. Both considered envelope amplifier schemes feature an additional shaping function to compensate for the AM-AM conversion of the power amplifier, as well as DPD correction for the AM-PM conversion of the amplifier. The analysis results showed that switching between 18 supply voltage levels in the class G power amplifier allows achieving an ACPR characteristic of the output LTE signal at an acceptable level of –50 dBc. Simulation has proved that a standard predistortion technique based on LUT or a Volterra series can be applied to a class G power amplifier at N = 18. The number of supply voltage levels can be reduced to N = 10 using the proposed combined scheme or by applying additional voltage supply filtration of the envelope amplifier.</abstract>
        </abstracts>
        <codes>
          <doi>10.18721/JCSTCS.19106 </doi>
          <udk>621.375.026 </udk>
        </codes>
        <keywords>
          <kwdGroup lang="ENG">
            <keyword>class G power amplifier</keyword>
            <keyword>nonlinear distortions</keyword>
            <keyword>drain efficiency</keyword>
            <keyword>DPD</keyword>
            <keyword>LTE</keyword>
          </kwdGroup>
        </keywords>
        <files>
          <furl>https://infocom.spbstu.ru/article/2026.88.6/</furl>
          <file/>
        </files>
      </article>
      <article>
        <artType>RAR</artType>
        <langPubl>RUS</langPubl>
        <pages>65-79</pages>
        <authors>
          <author num="001">
            <authorCodes>
              <orcid>0000-0001-8591-9080</orcid>
            </authorCodes>
            <individInfo lang="ENG">
              <orgName>Peter the Great St. Petersburg Polytechnic University</orgName>
              <surname>Wang </surname>
              <initials>Shan</initials>
              <email>wangshan@mail.ru</email>
              <address>St. Petersburg, Russian Federation</address>
            </individInfo>
          </author>
          <author num="002">
            <individInfo lang="ENG">
              <surname>Nikiforov</surname>
              <initials>Igor</initials>
              <email>igor.nikiforov@gmail.com</email>
            </individInfo>
          </author>
        </authors>
        <artTitles>
          <artTitle lang="ENG">A Lyapunov-based dynamic scheduling algorithm for heterogeneous computing clusters </artTitle>
        </artTitles>
        <abstracts>
          <abstract lang="ENG">The paper proposes a Lyapunov-based dynamic scheduling algorithm for heteroge-neous computing clusters, targeting fine-grained resource control under bursty and latency-sensitive workloads. By constructing a quadratic Lyapunov function and applying a drift-plus-penalty framework, the scheduling problem is formulated as a two-criteria optimization problem balancing queue stability and scheduling delay. A dynamic control parameter V is introduced to quantitatively regulate the trade-off between backlog stability and delay minimization. Sensitivity analysis demonstrates an O(1/V) backlog and O(V) delay trade-off. Experiments conducted on the Alibaba GPU cluster trace dataset show that under burst-dominant workloads, the proposed method reduces average scheduling delay to 0.2663 seconds, while achieving a 0.5459 resource utilization and a 0.6489 fairness index. The method is particularly suitable for latency-sensitive and dynamically fluctuating environments.</abstract>
        </abstracts>
        <codes>
          <doi>10.18721/JCSTCS.19107 </doi>
          <udk>004.42</udk>
        </codes>
        <keywords>
          <kwdGroup lang="ENG">
            <keyword>Lyapunov optimization</keyword>
            <keyword>drift-plus-penalty</keyword>
            <keyword>resource scheduling</keyword>
            <keyword>cloud computing</keyword>
            <keyword>two-criteria optimization</keyword>
          </kwdGroup>
        </keywords>
        <files>
          <furl>https://infocom.spbstu.ru/article/2026.88.7/</furl>
          <file/>
        </files>
      </article>
      <article>
        <artType>RAR</artType>
        <langPubl>RUS</langPubl>
        <pages>80-90</pages>
        <authors>
          <author num="001">
            <authorCodes>
              <researcherid>AAH-8784-2019</researcherid>
              <scopusid>35303230700</scopusid>
            </authorCodes>
            <individInfo lang="ENG">
              <orgName>Peter the Great St.Petersburg Polytechnic University</orgName>
              <surname>Vyacheslav</surname>
              <initials>P.</initials>
              <email>shkodyrev@imop.spbstu.ru</email>
              <address>Polytechnicheskaya, 29, St.Petersburg, 195251, Russia</address>
            </individInfo>
          </author>
          <author num="002">
            <authorCodes>
              <orcid>0000-0002-4685-8569</orcid>
            </authorCodes>
            <individInfo lang="ENG">
              <orgName>Peter the Great St. Petersburg Polytechnic University</orgName>
              <surname>Konnikov </surname>
              <initials>Evgenii </initials>
              <email>konnikov.evgeniy@gmail.com</email>
              <address>St. Petersburg, Russian Federation</address>
            </individInfo>
          </author>
          <author num="003">
            <individInfo lang="ENG">
              <orgName>Peter the Great St. Petersburg Polytechnic University</orgName>
              <surname>Polyakov </surname>
              <initials>Prohor</initials>
              <address>St. Petersburg, Russian Federation</address>
            </individInfo>
          </author>
        </authors>
        <artTitles>
          <artTitle lang="ENG">Contextual regularization of the feature space of weakly structured data for analyzing the risk topology of complex technical systems</artTitle>
        </artTitles>
        <abstracts>
          <abstract lang="ENG">The paper addresses the problem of eliminating sparsity and “false orthogonality” in short, weakly structured technical messages that hinder systematic analysis and modeling of the risk topology of complex technical systems. A method of contextual regularization of the feature space is proposed, which treats the enrichment of vector representations as a controlled diffusion process on a graph of joint occurrence of lemmas. The context topology is specified by a weighted adjacency matrix based on positive pointwise mutual information, and the recursive diffuser performs iterative feature propagation with depth attenuation and adaptive IDF gating, which suppresses noisy connections and amplifies diagnostically significant terms. The regularization parameter tuning is formalized as a task of maximizing the target quality functional, combining metrics of structural separability and semantic completeness with a threshold penalty for separability degradation. A priori, the limited nature of the diffusion process is demonstrated, and the elimination of orthogonality of terminologically heterogeneous descriptions in the presence of a contextual “bridge” in the graph is proven. Experimental testing on the NRC operational message corpus demonstrates a significant increase in the semantic coherence of topics while maintaining the geometric separability of clusters. The resulting regularized space improves the interpretability of the thematic structure of incidents and creates a basis for the subsequent self-organization of the risk event taxonomy and the construction of verifiable decision support contours.</abstract>
        </abstracts>
        <codes>
          <doi>10.18721/JCSTCS.19108 </doi>
          <udk>004.93:62-192</udk>
        </codes>
        <keywords>
          <kwdGroup lang="ENG">
            <keyword>weakly structured data</keyword>
            <keyword>systematic risk analysis</keyword>
            <keyword>thematic modeling</keyword>
            <keyword>co-occurrence graph</keyword>
            <keyword>diffusion feature enrichment</keyword>
            <keyword>interpretable AI</keyword>
            <keyword>accident topology</keyword>
          </kwdGroup>
        </keywords>
        <files>
          <furl>https://infocom.spbstu.ru/article/2026.88.8/</furl>
          <file/>
        </files>
      </article>
      <article>
        <artType>RAR</artType>
        <langPubl>RUS</langPubl>
        <pages>91-102</pages>
        <authors>
          <author num="001">
            <authorCodes>
              <researcherid>AAH-8784-2019</researcherid>
              <scopusid>35303230700</scopusid>
            </authorCodes>
            <individInfo lang="ENG">
              <orgName>Peter the Great St.Petersburg Polytechnic University</orgName>
              <surname>Vyacheslav</surname>
              <initials>P.</initials>
              <email>shkodyrev@imop.spbstu.ru</email>
              <address>Polytechnicheskaya, 29, St.Petersburg, 195251, Russia</address>
            </individInfo>
          </author>
          <author num="002">
            <authorCodes>
              <orcid>0000-0002-1254-0464</orcid>
            </authorCodes>
            <individInfo lang="ENG">
              <orgName>Peter the Great St. Petersburg Polytechnic University</orgName>
              <surname>Rodionov </surname>
              <initials>Dmitry</initials>
              <email>drodionov@spbstu.ru</email>
              <address>St. Petersburg, Russian Federation</address>
            </individInfo>
          </author>
          <author num="003">
            <authorCodes>
              <orcid>0000-0002-4685-8569</orcid>
            </authorCodes>
            <individInfo lang="ENG">
              <orgName>Peter the Great St. Petersburg Polytechnic University</orgName>
              <surname>Konnikov </surname>
              <initials>Evgenii </initials>
              <email>konnikov.evgeniy@gmail.com</email>
              <address>St. Petersburg, Russian Federation</address>
            </individInfo>
          </author>
        </authors>
        <artTitles>
          <artTitle lang="ENG">Method for classifying risk incidents based on self-organization of semantic clusters</artTitle>
        </artTitles>
        <abstracts>
          <abstract lang="ENG">A method for automatic classification of textual descriptions of emergency risk incidents based on self-organizing semantic clustering is presented, which does not require prior data labeling. Unlike traditional approaches, the method involves a two-stage scheme, which consists of self-organization of a latent taxonomy of incidents through hierarchical thematic decomposition of the text corpus, as well as continuous classification of new messages according to their degree of belonging to all automatically selected classes at once. This transition from rigid assignment to a single class to fuzzy membership allows hybrid incidents to be decomposed into several risk factors, reflecting their mixed nature. The developed algorithm forms an interpretable and stable taxonomy of incidents that preserves the structural isolation of clusters even with a high proportion of hybrid events. Testing on the NRC data corpus showed that most messages have a dominant risk factor with significant secondary components. The average semantic consistency of clusters was ~0.62 (cosine measure), and the classification confidence is distributed around the mean, reflecting the presence of both pure and mixed incidents. The results confirm that the proposed method provides a mathematically correct decomposition of complex situations into a set of risk factors and reduces the sensitivity of classification to noise and inaccuracies in the input text. The methodology is focused on proactive risk analysis in complex technical systems and can be used for automated decision support in industrial safety systems.</abstract>
        </abstracts>
        <codes>
          <doi>10.18721/JCSTCS.19109 </doi>
          <udk>004.91:005.334 </udk>
        </codes>
        <keywords>
          <kwdGroup lang="ENG">
            <keyword>risk incidents</keyword>
            <keyword>unstructured data</keyword>
            <keyword>semantic analysis</keyword>
            <keyword>thematic modeling</keyword>
            <keyword>clustering</keyword>
            <keyword>fuzzy classification</keyword>
            <keyword>risk taxonomy</keyword>
          </kwdGroup>
        </keywords>
        <files>
          <furl>https://infocom.spbstu.ru/article/2026.88.9/</furl>
          <file/>
        </files>
      </article>
      <article>
        <artType>RAR</artType>
        <langPubl>RUS</langPubl>
        <pages>103-115</pages>
        <authors>
          <author num="001">
            <authorCodes>
              <orcid>0009-0006-1822-7117</orcid>
            </authorCodes>
            <individInfo lang="ENG">
              <orgName>Saint Petersburg Mining University</orgName>
              <surname>Kozhubaev</surname>
              <initials>Yury</initials>
              <email>kozhubaev_yun@spbstu.ru</email>
              <address>St. Petersburg, Russian Federation</address>
            </individInfo>
          </author>
        </authors>
        <artTitles>
          <artTitle lang="ENG">Monitoring and diagnostics of electromechanical systems based on machine learning</artTitle>
        </artTitles>
        <abstracts>
          <abstract lang="ENG">Induction motors, widely used in electromechanical equipment of mining enterprises, are susceptible to failure due to frequent starts, overloads, and wear, leading to accidents and economic losses. Induction motors are one of the main sources of kinetic energy in industry and agriculture. Motor failure leads to shutdown of the technological process and reduced efficiency, requiring regular monitoring. Traditional diagnostic methods based on the analysis of individual signals and classic machine learning with manual feature selection are insufficiently reliable under variable operating conditions and are highly susceptible to human factor. This paper proposes an approach to diagnosing induction motor faults based on a deep residual network using signal analysis, deep and transfer learning, and information fusion. Various three-phase current input strategies are implemented, and a model capable of automatically extracting informative deep features from the current signal is constructed. The experimental results confirm that the proposed deep learning-based model provides higher diagnostic accuracy compared to traditional machine learning algorithms.</abstract>
        </abstracts>
        <codes>
          <doi>10.18721/JCSTCS.19110 </doi>
          <udk>622.271:621.31:004.8 </udk>
        </codes>
        <keywords>
          <kwdGroup lang="ENG">
            <keyword>motor fault diagnosis</keyword>
            <keyword>deep residual network</keyword>
            <keyword>information fusion theory</keyword>
            <keyword>machine learning</keyword>
            <keyword>induction motors</keyword>
          </kwdGroup>
        </keywords>
        <files>
          <furl>https://infocom.spbstu.ru/article/2026.88.10/</furl>
          <file/>
        </files>
      </article>
    </articles>
  </issue>
</journal>
