Category: 3. Business

  • Apple leaf disease severity grading based on deep learning and the DRL-Watershed algorithm

    Apple leaf disease severity grading based on deep learning and the DRL-Watershed algorithm

    The experimental process

    To enhance the model’s generalization ability and convergence speed, pretrained backbone network parameters were used. During training, the input image size was set to 480 × 480, and the number of epochs was adjusted to 100. The optimal combination of hyperparameters and the best optimization algorithm were selected to ensure the model could effectively learn a sufficient number of features. The Adam optimizer was used for all models, with an initial learning rate of 0.001. If the loss showed little variation, the learning rate was reduced by 50%.

    Table 5 indicates that the selection of hyperparameters significantly affects the segmentation performance of the HRNet model in apple leaf disease segmentation tasks.

    Table 5 Comparison of hyperparameter performance of HRNet Network

    The performance of the HRNet model demonstrates remarkable stability across different hyperparameter settings, with minimal variations in evaluation metrics. The results indicate that HRNet is relatively stable when applied to the apple leaf disease segmentation task. The optimal segmentation performance is achieved when the learning rate is set to 0.0001 and the Adam batch size is 8.

    To evaluate the segmentation performance of the Improved HRNet model for four types of apple leaf diseases, a comparison with the original HRNet model was made. Figure 7 compares the performance of HRNet and Improved HRNet in terms of IoU and PA for four diseases: Alternaria Blotch, Brown Spot, Grey Spot, and Rust.

    Fig. 7

    Comparison of Segmentation Performance between HRNet and Improved HRNet

    The results show that, compared to HRNet, the Improved HRNet significantly improved in the Alternaria Blotch segmentation task, with an 11.54% point increase in IoU and a 7.98% point increase in PA. In the Brown Spot segmentation task, IoU increased by 1.5% points and PA by 0.38% points. In the Grey Spot segmentation task, IoU increased by 9.14% points and PA by 2.6% points. However, in the Rust segmentation task, IoU increased by 2.71% points and PA by 0.65% points. These results indicate that the introduction of the NAM attention mechanism in the Improved HRNet model enhances the focus on local features of the lesions, improving the effectiveness of feature extraction and, consequently, the segmentation accuracy. On the other hand, the Brown Spot and Rust diseases have more distinctive features, so HRNet already performed well in these categories, resulting in a smaller improvement in the Improved HRNet model for these tasks.

    Comparison of different backbone networks

    This study improved the HRNet model by testing three different backbone network widths: HRNet_w18, HRNet_w32, and HRNet_w48, to compare their performance in apple leaf disease segmentation. Figures 8(a) and 8(b) present the training results for apple leaf disease image segmentation using models with different backbone network widths. The experimental results are shown in Table 6.

    Fig. 8
    figure 8

    (a)Loss value change curve; (b) mIoU value change curve

    Table 6 Comparison results of different Backbones.

    The results show that HRNet_w32 provides the best overall performance. Its average IoU (mIoU) is 82.21%, which is an improvement of 2.07% points over HRNet_w18 and 0.07% points over HRNet_w48. The average pixel accuracy (mPA) is 89.59%, which is an improvement of 2.71% points over HRNet_w18 and 0.97% points over HRNet_w48. Additionally, its average precision (mPrecision) reaches 89.53%. While HRNet_w48 achieves the highest precision of 91.92%, the improvements in mIoU and mPA are marginal. This is likely due to the excessively large network width of HRNet_w48, which leads to overfitting during training and causes a performance bottleneck on the test set. Furthermore, the larger network increases computational complexity and cost, resulting in slightly underwhelming performance in terms of mIoU and mPA. Overall, HRNet_w32 strikes an optimal balance between performance and computational complexity, avoiding the overfitting issue observed with HRNet_w48 while delivering a solid segmentation performance. Therefore, HRNet_w32 is selected as the backbone network for apple leaf disease segmentation tasks.

    Comparison of different attention mechanisms

    To analyze the performance of different attention mechanisms in the apple leaf disease segmentation task, we conducted comparative experiments using CBAM, SENet, and NAM attention mechanisms. In each experiment, the attention module was added at the same position in the encoder. Figures 9(a) and 9(b) display the training outcomes for models with various attention mechanisms applied to apple leaf disease image segmentation. The experimental results are presented in Table 7.

    Fig. 9
    figure 9

    (a)Loss value change curve; (b) mIoU value change curve

    Table 7 Comparison results of different attention Mechanisms

    As shown in the table, when the SENet module was added, the mIoU increased by 0.4%, reaching 85.22%. With the addition of the CBAM module, mIoU improved by 2.54%, reaching 87.36%. The introduction of the NAM module resulted in the highest increase of 3.51%, with an mIoU of 88.33%. This demonstrates that NAM outperforms the other attention modules in terms of segmentation accuracy. NAM enhances the model’s ability to learn apple leaf disease features by effectively weighting multi-source information and reducing the interference of background noise and redundancy. Furthermore, during the feature fusion process across different resolutions, NAM improves the quality of multi-scale feature integration, thereby enhancing overall segmentation performance. Compared to CBAM and SENet, NAM exhibits superior capability in capturing local details, suppressing background noise, and adapting to multi-scale features, which significantly boosts the model’s segmentation performance. In apple leaf disease segmentation tasks, the NAM attention mechanism proves to be the most suitable choice.

    Performance analysis of ablation experiment

    To systematically evaluate the impact of each module on the overall model performance, we designed four ablation experiments. These experiments assess the effects of replacing the backbone network, adding the attention mechanism, and using Focal Loss and Dice Loss functions. The experimental results are summarized in Table 8.

    Table 8 Ablation experiment.

    The table shows that using HRNet_w32 as the backbone network significantly improved segmentation performance, with mIoU and mPA increasing by 4.68 and 5.22% points, respectively. The introduction of the NAM attention mechanism further boosted mIoU and mPA by 3.51 and 1% point, respectively, due to NAM’s enhancement in the multi-scale feature fusion process, which better refines features across different resolutions. The use of Focal Loss effectively addressed the issue of class imbalance, improving mIoU and mPA by 0.47 and 0.17% points, respectively. Dice Loss enhanced segmentation accuracy for small targets and imbalanced classes, with mIoU and mPA increasing by 0.55 and 0.21% points, respectively.

    When HRNet_w32, NAM attention mechanism, Focal Loss, and Dice Loss were combined, the model achieved the highest performance, with mIoU and mPA improving by 8.77 and 7.25% points, respectively. This significantly enhanced the model’s segmentation performance for apple leaf disease.

    Comparison with other segmentation methods

    To further validate the segmentation performance of the improved HRNet model, we compared it with several classic semantic segmentation models commonly used for plant disease tasks, including DeeplabV3 +[26] , U-Net27and PSPNet28. The results are presented in Fig. 10.

    Fig. 10
    figure 10

    Comparison Results of Different Models

    As shown in Fig. 9, the proposed model outperforms the others in disease segmentation, achieving the best accuracy with an mIoU of 88.91% and an mPA of 94.13%. The DeeplabV3 + model performed the worst, with an mIoU of 79.20% and an mPA of 87.35%. The U-Net model showed relatively superior segmentation performance, with an mIoU of 80.85% and an mPA of 86.38%. The PSPNet model had an mIoU of 79.71% and an mPA of 87.86%. The experimental results indicate that the NAM attention mechanism incorporated into HRNet enhances the model’s feature extraction and representation abilities. Additionally, the optimization of the loss functions im-proves the model’s segmentation accuracy for diseased areas and addresses the seg-mentation accuracy issues caused by data sample imbalance during training. Overall, the HRNet model, with its high-resolution feature representation, is better suited to the requirements of apple leaf disease segmentation tasks.

    This study visualized the segmentation results of five algorithms: Improved HRNet, HRNet, DeeplabV3+, U-Net, and PSPNet, as shown in Fig. 11.

    Fig. 11
    figure 11

    Comparison of segmentation effects

    Figure 11 reveals distinct performance variations among models in disease segmentation tasks. The morphological and chromatic similarity between Alternaria Blotch and Grey spot lesions induced misclassification errors in Models C, D, and E, which erroneously identified Alternaria Blotch as Grey spot. These models also demonstrated inadequate precision in segmenting overlapping healthy leaf regions. In Brown Spot segmentation, Models D and E showed minor false positives, while Models B, C, and E suffered significant under-segmentation issues. Grey spot detection revealed two critical failures: Models D and E produced misclassifications, Models B, D, and E generated oversimplified healthy tissue delineation, and Model C even segmented non-existent targets. For Rust identification, Model E exhibited false positives, while Models B-D displayed insufficient resolution in overlapping healthy leaf areas.

    Notably, the Improved HRNet achieved accurate four-disease differentiation with exceptional edge delineation and complete lesion morphology while achieving pixel-level precision at disease-leaf boundaries. This architecture demonstrated superior robustness and segmentation accuracy through its hierarchical feature integration mechanism, effectively addressing the critical challenges of inter-class similarity and complex edge topology that compromised conventional models.

    Assessment of disease severity levels

    To accurately assess the severity of apple leaf diseases, this study refers to the local standard of Shanxi Province, “DB14/T 143–2019 Apple Brown Spot Disease Monitoring and Survey Guidelines,” to establish grading parameters for apple brown spot disease. Based on pixel statistics, Python was used to calculate the pixel count of the diseased and healthy leaf areas. The leaf disease severity was classified into six levels: Level 0 (healthy leaf), Level 1, Level 3, Level 5, Level 7, and Level 9. The detailed leaf disease grading standards are shown in Table 9.

    Table 9 Classification table for Apple leaf Diseases

    Where, represents the ratio of the diseased area to the area of a single leaf, and is calculated using the following formula:

    $${text{k}}=frac{{{A_{scab}}}}{{{A_{leaf}}}}=frac{{sumnolimits_{{(x,y) in scab}} {pixel(x,y)} }}{{sumnolimits_{{(x,y) in leaf}} {pixel(x,y)} }}$$

    (8)

    In the formula, Ascab denotes the area of the diseased region, Aleaf represents the area of a single leaf, and pixel(x, y) is used to count the number of pixels corresponding to the diseased and leaf regions, respectively.

    In the process of grading apple leaf diseases in complex backgrounds, the diversity of leaf shapes and the complexity of the background affect pixel statistics, which in turn influences the grading results. To address this, pixel statistical analyses were performed under three scenarios: a single leaf, separated multiple leaves, and overlapping multiple leaves. The DRL-Watershed algorithm was used to accurately count the pixels of the disease and the leaf area in each scenario, ensuring the accuracy of the grading results. The visualized segmentation results of the DRL-Watershed algorithm for the three cases are shown in Fig. 12:

    Fig. 12
    figure 12

    Visualization of DRL-Watershed Algorithm Results

    Pixel statistical analysis for a single leaf

    To verify the effectiveness of the DRL-Watershed algorithm in pixel counting for a single leaf, a comparative experiment was conducted using the pixel statistics from the improved HRNet model. The grading results for disease severity on a single leaf are shown in Table 10.

    Table 10 Example of single leaf disease grading Results

    As shown in Table 10, for the improved HRNet model, the total number of pixels in the leaf area (sum of leaf and disease pixels) is 127,917, with the disease occupying 46% of the area, resulting in a disease level of Level 9. In the DRL-Watershed algorithm, the number of leaf pixels is 126,026, with the disease area occupying 47%, and the disease level is also Level 9. This demonstrates that both the Improved HRNet model and the DRL-Watershed algorithm were able to accurately count the leaf pixels and calculate the disease proportion, yielding corresponding disease severity levels.

    Pixel statistical analysis for separated multiple leaves

    The principle of using the watershed algorithm for handling multi-leaf separation in disease severity assessment is illustrated in Fig. 13. To assess the performance of the DRL-Watershed algorithm for scenarios with multiple separated leaves, pixel statistics were compared with the results from the improved HRNet model. The disease severity grading results for the separated leaves are shown in Table 11.

    Fig. 13
    figure 13

    Example of the principle of the watershed algorithm

    Table 11 Example of grading results for separated multiple Leaves

    As shown in Table 11, the improved HRNet model calculates the disease-to-leaf pixel ratio across the entire image, resulting in a disease proportion of 18.22% and a disease level of Level 5, which reduces the overall disease proportion and severity. In contrast, the DRL-Watershed algorithm separately counts the pixels for each individual leaf and computes the disease ratio for each leaf, providing a more accurate reflection of the disease severity. For example, the DRL-Watershed algorithm calculates that the disease proportion for Leaf Area 2 is 26.26%, corresponding to a disease level of Level 7, which accurately represents the disease severity on each leaf and offers a more precise grading assessment.

    Pixel statistical analysis for overlapping multiple leaves

    Similarly, the principle of applying the watershed algorithm for assessing disease severity in overlapping multi-leaf scenarios is demonstrated in Fig. 14. To evaluate the DRL-Watershed algorithm’s performance for scenarios with overlapping leaves, a comparative experiment was performed using pixel statistics from the improved HRNet model. The disease grading results for the overlapping multiple leaves are shown in Table 12.

    Fig. 14
    figure 14

    Example of the principle of the watershed algorithm

    Table 12 Example of grading results for overlapping multiple Leaves

    As shown in Table 12, the improved HRNet model calculates the disease-to-total-leaf pixel ratio, yielding a disease proportion of 24% and a corresponding disease level of Level 5. This method results in an underestimation of the disease severity because the disease pixels are compared to the total leaf area across all leaves. However, the DRL-Watershed algorithm effectively segments the overlapping leaf regions, allowing it to calculate the pixel count for each individual leaf. In the two overlapping areas, the DRL-Watershed algorithm calculates the disease proportion for Area 1 as 32%, with a corresponding disease level of Level 7, and for Area 2 as 22%, corresponding to Level 5. This approach provides a more accurate reflection of the disease severity in each overlapping leaf region, yielding a grading assessment closer to the actual situation.

    Severity grading statistical analysis

    In this study, the performance of the HRNet model and the DRL-Watershed algorithm in grading apple leaf diseases on the test set was evaluated and analyzed using confusion matrices. The true severity levels were determined based on the ratio of the disease area to the leaf area during the data annotation process. Figure 15 compares the predicted results of the improved HRNet model with the true results, and the disease severity evaluation results of the DRL-Watershed algorithm on the same test set, respectively. The vertical axis represents the true labels, while the horizontal axis represents the model’s predictions. Each cell in the matrix contains the number of samples where a true category was predicted as a specific category. Higher values in the diagonal blocks indicate that the model correctly predicted the disease severity levels. The diagonal elements of the confusion matrix represent the number of correctly classified samples, while the off-diagonal elements represent misclassifications. The intensity of the diagonal color corresponds to the accuracy of the grading for each level.

    Fig. 15
    figure 15

    Disease severity confusion matrix. (a) Confusion Matrix for Grading Evaluation of the Improved HRNet Model.; (b) Confusion Matrix for Grading Evaluation of the DRL-Watershed Algorithm

    In the confusion matrix of the HRNet model, 89 samples were correctly classified as Level 1. For Level 3, 21 samples were misclassified as Level 1, while 36 samples were correctly classified as Level 3. In Level 5, 2 samples were misclassified as Level 3, but most samples were correctly classified as Level 5. Levels 7 and 9 exhibited some classification confusion, particularly with samples from Level 7 being misclassified as either Level 5 or Level 9. The HRNet model demonstrates high accuracy in predicting lower disease severity levels. However, there is some error in predicting higher severity levels, which can be attributed to the HRNet model’s tendency to underestimate disease severity in multi-leaf scenarios. This occurs because the HRNet model does not distinguish between individual leaves when processing multiple leaves, leading to lower predicted severity levels compared to the actual severity.

    The confusion matrix for the DRL-Watershed algorithm shows significant improvements, particularly for Level 3. In the 55 samples for Level 3, only 2 were misclassified as Level 1, with the rest correctly classified as Level 3. Classification accuracy for Level 5 also improved, with 31 samples correctly classified and only 1 misclassified as Level 3. For Level 9, all 13 samples were correctly classified. Compared to Figure a, the classification results for Level 7 were notably better, with 8 samples correctly classified and no significant misclassifications. These results suggest that the DRL-Watershed algorithm, by separately analyzing the disease proportion in each leaf region, provides a more accurate assessment of disease severity, especially in complex and overlapping leaf scenarios.

    In the confusion matrix for the DRL-Watershed algorithm, two Level 3 samples were misclassified as Level 1, one Level 5 sample as Level 3, and one Level 9 sample as Level 3. These errors may be caused by noise introduced by lighting, shadows, or other environmental factors, which result in unclear boundaries in the overlapping leaf regions. In these regions, the gradients are less pronounced, leading to inaccurate seg-mentation of the leaf area, which in turn affects the final disease severity predictions.

    Continue Reading

  • UBS Boosts Albertsons (ACI) to Buy on Digital and Pharmacy Growth Prospects

    UBS Boosts Albertsons (ACI) to Buy on Digital and Pharmacy Growth Prospects

    Albertsons Companies, Inc. (NYSE:ACI) is one of the top stocks sold by hedge funds. On July 22, UBS upgraded ACI to Buy from Neutral and boosted the price target to $27 from $22.

    UBS estimates that Albertsons’ adjusted earnings per share will exceed FactSet’s forecast by approximately 4% for FY2026 and by 8% for FY2027, reflecting a more optimistic earnings outlook from the investment bank.

    UBS Boosts Albertsons (ACI) to Buy on Digital and Pharmacy Growth Prospects

    A fresh produce section in a modern grocery store.

    UBS is of the opinion that the recent drop in Albertsons’ stock does not reflect some big growth opportunities, like more customers shopping at the pharmacy and better digital tools, which could help same-store sales grow 2.5% in 2026, a bit more than what most analysts expect.

    The report notes that Albertsons may improve profitability by aligning purchasing strategies and leveraging retail media, with operating margins in 2026 projected to exceed consensus by 10 basis points.

    UBS added that Albertsons Companies, Inc. (NYSE:ACI) has revised its fiscal year 2025 guidance downward to prioritize strategic investments and to enhance volume growth within its grocery division. The firm noted that this establishes a sustainable baseline, from which the company can manage share repurchases and regularly deliver earnings results that top market expectations.

    Albertsons Companies, Inc. (NYSE:ACI) is an American grocery and pharmacy retailer with a wide range of store brands like Safeway, Vons, and Jewel-Osco.

    While we acknowledge the potential of ACI as an investment, we believe certain AI stocks offer greater upside potential and carry less downside risk. If you’re looking for an extremely undervalued AI stock that also stands to benefit significantly from Trump-era tariffs and the onshoring trend, see our free report on the best short-term AI stock.

    READ NEXT: Dow 20 Stocks List: Ranked By Hedge Fund Bullishness Index and 10 Unstoppable Dividend Stocks to Buy Now.

    Disclosure. None.

    Continue Reading

  • Taseko Mines Limited (TGB) Receives Bullish Ratings from BMO Capital and Canaccord Following Q2 2025 Results

    Taseko Mines Limited (TGB) Receives Bullish Ratings from BMO Capital and Canaccord Following Q2 2025 Results

    With significant hedge fund interest and a share price under $5, Taseko Mines Limited (NYSE:TGB) secures a place on our list of the 11 Best Gold Penny Stocks to Buy According to Hedge Funds (and Precious Metals Stocks).

    Taseko Mines Limited (TGB) Receives Bullish Ratings from BMO Capital and Canaccord Following Q2 2025 Results

    A close-up of a hand placing a block of gold into a safe.

    On August 6, 2025, Taseko Mines Limited (NYSE:TGB) reported results for Q2 2025. The company’s earnings from mining operations were reported at $20.7 million. Meanwhile, adjusted EBITDA reached $17.4 million. A production of 19.8 million pounds of copper resulted in revenue of $116.08 million. The company reported $21.9 million in net income, or $0.07 per share. However, an adjusted net loss of $13 million was noted, missing expectations for a $0.02 loss.

    Following the quarterly results, BMO Capital reiterated its ‘Buy’ rating on Taseko Mines Limited (NYSE:TGB) with a $4.18 price target on August 7. On the same day, Canaccord also maintained its ‘Buy’ rating.

    Operating its Gibraltar Mine in British Columbia, Taseko Mines Limited (NYSE:TGB) focuses on copper production. It is included in our list of the Best Penny Stocks.

    While we acknowledge the potential of TGB as an investment, we believe certain AI stocks offer greater upside potential and carry less downside risk. If you’re looking for an extremely undervalued AI stock that also stands to benefit significantly from Trump-era tariffs and the onshoring trend, see our free report on the best short-term AI stock.

    READ NEXT: 10 Best AI Stocks to Buy Under $3 and Bill Ackman Stock Portfolio: Top 10 Stock Picks.

    Disclosure: None.

    Continue Reading

  • Integra Resources Corp. (ITRG) Reports Strong Initial Results From 2025 Resource Growth Dilling Program in Nevada; H.C. Wainwright Maintains ‘Buy’ Rating

    Integra Resources Corp. (ITRG) Reports Strong Initial Results From 2025 Resource Growth Dilling Program in Nevada; H.C. Wainwright Maintains ‘Buy’ Rating

    Integra Resources Corp. (NYSE:ITRG) is one of the 11 Best Gold Penny Stocks to Buy According to Hedge Funds (and Precious Metals Stocks).

    Integra Resources Corp. (ITRG) Reports Strong Initial Results From 2025 Resource Growth Dilling Program in Nevada; H.C. Wainwright Maintains ‘Buy’ Rating

    A close-up of a technician using advanced geological-surveying equipment, evaluating a gold deposit.

    On August 5, 2025, Integra Resources Corp. (NYSE:ITRG) reported strong initial results from its 2025 resource growth drilling program at Florida Canyon Mine in Nevada. The program revealed broad, consistent near-surface oxide gold intercepts at the high-priority North Dump and Inter-Pit areas, with several exceeding current cut-off grades. Building on this momentum, the company expanded the program from 10,000 meters to 16,000 meters, aiming for accelerated resource growth and potential mine life extensions.

    Meanwhile, Integra Resources Corp. (NYSE:ITRG) reported Q2 2025 results on August 13, 2025. The mine recorded an output of 18,086 ounces of gold, meeting expectations and generating cash flow to support a planned $55 million reinvestment in Florida Canyon in 2025.

    Ahead of these developments, on July 18, 2025, H.C. Wainwright raised its price target to $3.25 from $2.75 with a ‘Buy’ rating.

    Integra Resources Corp. (NYSE:ITRG) is a growing precious metal producer in the Great Basin, Nevada, U.S. It is included in our list of the Best Penny Stocks.

    While we acknowledge the potential of ITRG as an investment, we believe certain AI stocks offer greater upside potential and carry less downside risk. If you’re looking for an extremely undervalued AI stock that also stands to benefit significantly from Trump-era tariffs and the onshoring trend, see our free report on the best short-term AI stock.

    READ NEXT: 13 Best Oil Refinery Stocks to Buy Right Now and 7 Best Potash Stocks to Buy According to Analysts.

    Disclosure: None.

    Continue Reading

  • Cost of Victoria’s renewable energy transmission plan projected to double | Energy

    Cost of Victoria’s renewable energy transmission plan projected to double | Energy

    One of Australia’s largest renewable energy transmission projects has expanded zones for solar, battery and wind developments with the cost of connection to almost double.

    The latest version of Victoria’s 2025 Transmission Plan, released by state government agency VicGrid on Sunday, revealed a 200,000-hectare increase in the area available to developers.

    The plan outlines the parts of the state designated as renewable energy zones and the new transmission infrastructure needed in the next 15 years to connect them to the grid.

    The latest version increases areas of land designated as hubs for wind, solar and battery farms from 1.66m hectares proposed in May to 1.88m hectares across six proposed renewable energy zones.

    The amendment increases the footprint of these areas to 7.9% of the state, up from 7.0% in the original draft proposal, after industry feedback said larger areas were needed to make projects technically and commercially viable.

    The number of distinct zones has been increased to nine from seven, also in response to feedback.

    Sign up: AU Breaking News email

    The greatest change will be in the state’s west with an expansion to the Wimmera-southern Mallee zone, while a new area around Coleraine has been added to the south west zone.

    The state energy minister, Lily D’Ambrosio, said more than 42% of Victoria’s electricity was produced by renewables in the past financial year, with the state reaching record levels of renewable energy generation.

    “Our record investment in renewable energy is paying off,” she said in a statement on Sunday.

    skip past newsletter promotion

    “Victoria consistently has the lowest wholesale power prices in the country, helping to slash energy bills for families and businesses.”

    Victorians paid an average wholesale price of $107 per megawatt hour, compared with $151 in NSW, $138 in South Australia, $127 in Queensland and $115 in Tasmania, according to government data.

    But the latest modelling predicts the cost of connecting Victoria’s renewable energy zones could almost double.

    The government initially estimated a $4.3bn cost, but VicGrid puts the latest price tag closer to $7.9bn, taking into account new Australian Energy Market Operator costings for the transmission lines.

    The costs are expected to be mostly recouped through higher consumer bills, although the government argues Victorians will overall be better off with wholesale energy costs lowered by the delivery of more renewable energy into the grid.

    The federal government has a target of 82% renewable energy in the national grid by 2030, up from 43% this year.

    Continue Reading

  • Returns On Capital Are Showing Encouraging Signs At Villars Holding (VTX:VILN)

    Returns On Capital Are Showing Encouraging Signs At Villars Holding (VTX:VILN)

    Explore Villars Holding’s Fair Values from the Community and select yours

    There are a few key trends to look for if we want to identify the next multi-bagger. Firstly, we’d want to identify a growing return on capital employed (ROCE) and then alongside that, an ever-increasing base of capital employed. If you see this, it typically means it’s a company with a great business model and plenty of profitable reinvestment opportunities. So when we looked at Villars Holding (VTX:VILN) and its trend of ROCE, we really liked what we saw.

    AI is about to change healthcare. These 20 stocks are working on everything from early diagnostics to drug discovery. The best part – they are all under $10bn in marketcap – there is still time to get in early.

    Just to clarify if you’re unsure, ROCE is a metric for evaluating how much pre-tax income (in percentage terms) a company earns on the capital invested in its business. The formula for this calculation on Villars Holding is:

    Return on Capital Employed = Earnings Before Interest and Tax (EBIT) ÷ (Total Assets – Current Liabilities)

    0.031 = CHF4.2m ÷ (CHF142m – CHF8.1m) (Based on the trailing twelve months to December 2024).

    So, Villars Holding has an ROCE of 3.1%. In absolute terms, that’s a low return and it also under-performs the Consumer Retailing industry average of 12%.

    View our latest analysis for Villars Holding

    SWX:VILN Return on Capital Employed August 17th 2025

    Historical performance is a great place to start when researching a stock so above you can see the gauge for Villars Holding’s ROCE against it’s prior returns. If you’d like to look at how Villars Holding has performed in the past in other metrics, you can view this free graph of Villars Holding’s past earnings, revenue and cash flow.

    We’re glad to see that ROCE is heading in the right direction, even if it is still low at the moment. The numbers show that in the last five years, the returns generated on capital employed have grown considerably to 3.1%. The company is effectively making more money per dollar of capital used, and it’s worth noting that the amount of capital has increased too, by 31%. So we’re very much inspired by what we’re seeing at Villars Holding thanks to its ability to profitably reinvest capital.

    In summary, it’s great to see that Villars Holding can compound returns by consistently reinvesting capital at increasing rates of return, because these are some of the key ingredients of those highly sought after multi-baggers. Astute investors may have an opportunity here because the stock has declined 11% in the last five years. With that in mind, we believe the promising trends warrant this stock for further investigation.

    Continue Reading

  • Citi Raises PT on Pfizer Inc. (PFE) to $26; Maintains ‘Neutral’ Rating

    Citi Raises PT on Pfizer Inc. (PFE) to $26; Maintains ‘Neutral’ Rating

    With strong hedge fund interest and a low price-to-earnings ratio, Pfizer Inc. (NYSE:PFE) secures a place on our list of the 10 Most Undervalued Value Stocks to Buy Now.

    Citi Raises PT on Pfizer Inc. (PFE) to $26; Maintains ‘Neutral’ Rating

    A closeup shot of a laboratory technician handling a medical device used for fertility treatments.

    Following the company’s strong Q2 performance, Citi raised its price target on Pfizer Inc. (NYSE:PFE) from $25 to $26 on August 6, 2025, maintaining a ‘Neutral’ rating. The analyst attributed the target revision to strong results. At the same time, Citi advised caution regarding continued policy uncertainties.

    Pfizer Inc. (NYSE:PFE) reported 10% revenue growth, taking total revenue to $14.7 billion. The top-line growth was driven by strong sales of the Vyndaqel product family, Comirnaty, Paxlovid, Padcev, Eliquis, and other products. At the quarter-end, the company also reiterated its 2025 revenue guidance of $61.0-$64.0 billion, while raising its adjusted diluted EPS outlook by $0.10 at the midpoint to $2.90-$3.10. This guidance raise was made despite challenges caused by the Inflation Reduction Act’s Medicare Part D redesign.

    Pfizer Inc. (NYSE:PFE) discovers, develops, and markets biopharmaceutical products globally. It is included in our list of the most undervalued value stocks to buy.

    While we acknowledge the potential of PFE as an investment, we believe certain AI stocks offer greater upside potential and carry less downside risk. If you’re looking for an extremely undervalued AI stock that also stands to benefit significantly from Trump-era tariffs and the onshoring trend, see our free report on the best short-term AI stock.

    READ NEXT: 11 Best Gold Penny Stocks to Buy According to Hedge Funds and 11 Best Rebound Stocks to Buy According to Hedge Funds.

    Disclosure: None.

    Continue Reading

  • The changing fortunes of Liverpool’s Festival Gardens

    The changing fortunes of Liverpool’s Festival Gardens

    Paul Burnell

    BBC News, Liverpool

    Chris Denny/Geograph People walk round flower beds on part of the exhibition site. Pathways and colourful flower beds can be seen across a green lawn. Chris Denny/Geograph

    There were 60 gardens spread across the site, including Japanese and Indian-themed areas

    Just over 40 years ago, a wasteland on Liverpool’s waterfront was transformed as part of a vision to regenerate the city in the aftermath of the Toxteth Riots.

    About 90 acres (36 hectares) of former landfill and derelict dockland was turned into lush gardens and parkland in 1984 as part of a new public attraction, known as The International Garden Festival.

    That was followed by a period of decline where the site fell into disrepair, until it was acquired by Liverpool City Council and £53m was spent to clean up the area.

    A new vision to turn Festival Gardens into housing and a new public space has now been announced after a series of aborted attempts to sustain its legacy.

    Liverpool City Council An aerial view of the landfill site where Festival Gardens used to be situated on Liverpool's waterfront. The site is a raised mound surrounded by trees, with homes and streets seen in the distance. Liverpool City Council

    Parts of the gardens were restored in 2012, but other areas remain derelict

    The site’s fortunes have ebbed and flowed like the River Mersey since the days when Conservative cabinet member Michael Heseltine [now Lord Heseltine] embarked on his ministerial crusade to revitalise Liverpool.

    Margaret Thatcher’s government was urged to leave the city in a state of “managed decline” according to government files released in 2011 under the 30-year rule.

    Queen Elizabeth II shakes hands with Blue Peter competition winner Theo Gayer Anderson at the festival opening with presenter Simon Groom in a beige suit.

    Queen Elizabeth II opened the festival and met the winner of a Blue Peter art competition

    Nicknamed the “Minister for Merseyside”, Heseltine championed the festival as one of the first major projects undertaken by the Merseyside Development Corporation, a body set up in the aftermath of the 1981 riots in Toxteth.

    It was billed as “a five month pageant of horticultural excellence and spectacular entertainment”.

    Built on a site in the old south docks area between the Dingle and Otterspool, much of the derelict wasteland needed to be cleared of industrial waste before landscaping could commence.

    John Jennings/Geograph The replica of The Beatles Yellow Submarine from the eponymous movie with people on board it at the festival site in 1984.John Jennings/Geograph

    The Yellow Submarine exhibit now based at Liverpool John Lennon Airport was displayed in the gardens in 1984

    Opened by Queen Elizabeth II the festival area contained more than 60 individual gardens, a hall, public pavilions and a miniature railway that went around the site.

    There was even a pub, The Britannia and a walk-of-fame type feature called the Pathway of Honour which recognised Liverpool entertainers including Cilla Black, Ken Dodd, and Nerys Hughes.

    The festival, which ran from 2 May to 14 October 1984, was meant to have a lasting legacy of a unique riverside parkland “available for all to share”.

    John Firth/Geograph The festival gardens mini railway complete with locomotive in the background and a bridge.John Firth/Geograph

    Visitors were able to ride on a model railway around Festival Gardens

    But the vision never matched the reality as the site changed hands several times with half of the original festival grounds now a residential housing development.

    The Festival Dome was demolished in late 2006 to make way for development while the rest of the land cost up to £60m to clean up after it was bought by the council in 2016.

    Former city mayor Joe Anderson revealed in 2017 he wanted to create a new open space for the public which could also host music, theatre and public art events.

    But it was another false dawn because the land was used as a waste dump and the site needed to be cleaned up, work that took until 2023 to complete.

    PA Media Michael Heseltine walks the streets of Liverpool accompanied by officialsPA Media

    The festival was one of the first regeneration projects Lord Heseltine championed

    The clean-up was described as the biggest remediation project in Europe, with more than £53m invested by the council, Homes England and the Liverpool City Region Combined Authority.

    A new tender process was launched in 2024 to find developers for the site, with the intention of transforming the remaining land into housing and public space that reflect the vision of the original festival in 1984.

    The project “could set the standard for sustainable housing developments in the UK”, a council spokesman said.

    Chris Denny/Geograph Waterfall feature over rock structureChris Denny/Geograph

    The festival had its own water feature among a variety of exhibits

    Urban Splash and igloo Regeneration were chosen to oversee the project.

    A plan to form a joint venture company with the two firms is set to be put forward for council approval in September.

    Two Daleks and Blue Peter dog Goldie stand near some rocks on sand

    One section of the festival was dedicated to Dr Who

    Continue Reading

  • Saudi Arabia's massive wealth fund sees $8 billion writedown in megaprojects – MSN

    1. Saudi Arabia’s massive wealth fund sees $8 billion writedown in megaprojects  MSN
    2. As if firing hundreds of staffers weren’t enough, Saudi Crown Prince MBS’s gigaproject Neom now faces an even harsher reality check: an $8 billion write-off.  Luxurylaunches
    3. Saudi’s PIF takes $8 billion writedown on megaprojects  Semafor
    4. PIF’s strong financial position fuels Kingdom’s economic transformation  Arab News PK
    5. Sovereign Fund Posts Lower Book Value of Saudi Gigaprojects in FY24 Report  MarketScreener

    Continue Reading

  • China mandates more domestic AI chips for data centres to cut reliance on Nvidia

    China mandates more domestic AI chips for data centres to cut reliance on Nvidia

    China is requiring its data centres to use more home-grown computing chips in a move that underscores Beijing’s accelerated efforts to cut reliance on foreign technology as the US tightens export controls.

    Publicly owned computing hubs across the country have been asked to source more than 50 per cent of their chips from domestic producers to support the indigenous semiconductor sector, according to people familiar with the matter.

    The mandate finds its origins in guidelines proposed in March last year by the Shanghai municipality, which was among the first in the country to stipulate that “adoption of domestic computing and storage chips at the city’s intelligent computing centres should be above 50 per cent by 2025”.

    The guidelines were part of a policy to strengthen artificial intelligence computing resources in China’s financial hub. The plan was backed by government agencies including branches of the National Development and Reform Commission (NDRC) in the city and the Shanghai Communications Administration, an agency under the Ministry of Industry and Information Technology (MIIT).

    One source, who works as an adviser in the data centre industry, said that earlier this year the Shanghai chip quotas for the city’s intelligent computing centres had become mandatory nationwide policy.

    The guidelines were part of a policy to strengthen AI computing resources in Shanghai. Photo: EPA

    The MIIT and NDRC did not immediately respond to a request for comment on Saturday outside business hours.

    Continue Reading