期刊文献+
共找到968篇文章
< 1 2 49 >
每页显示 20 50 100
异构系统的异步应用级Checkpointing技术
1
作者 贾佳 《计算机工程与科学》 CSCD 北大核心 2011年第11期54-59,共6页
应用级checkpointing技术是同构系统上最为常用和成熟的容错技术,但在异构系统下的应用还处于起步阶段,还没有一套严谨合理的针对异构系统架构和故障模型特点的实现方案和配置方法。针对这一现况,本文基于CUDA异构系统的体系结构和编程... 应用级checkpointing技术是同构系统上最为常用和成熟的容错技术,但在异构系统下的应用还处于起步阶段,还没有一套严谨合理的针对异构系统架构和故障模型特点的实现方案和配置方法。针对这一现况,本文基于CUDA异构系统的体系结构和编程模型,对CUDA程序在CPU和GPU上的执行模式进行分析,提出了一种面向异构系统应用级checkpointing技术的异步执行机制,并基于这一机制对异构系统的检查点优化设置问题进行讨论,设计了一套优化方案。最后在CUDA平台下通过三个实例验证了这一技术的可行性和实用性,并进行了性能评估。结果表明,这种面向CPU-GPU的异构系统的应用级checkpointing异步执行机制是行之有效的,相比CPU-GPU同步执行的checkpointing机制在设置上更为灵活,优化空间更大。而本文基于这一机制所提出的检查点优化设置方法也有效地减少了check-pointing的开销,从而获得了更高的容错性能。 展开更多
关键词 应用级checkpointing技术 异构系统 异步执行机制 检查点最优化设置
在线阅读 下载PDF
Checkpointing Scheme for Relevant Distributed Real-Time Tasks 被引量:1
2
作者 方明 袁由光 +1 位作者 杨升春 赵晓勇 《Journal of Donghua University(English Edition)》 EI CAS 2005年第3期23-27,共5页
A checkpointing scheme for relevant distributed real-time tasks which can be scheduled as a DAG is proposed. A typical algorithm, OSA, is selected for DAG scheduling. A new methods based a new structure, Scheduled Clu... A checkpointing scheme for relevant distributed real-time tasks which can be scheduled as a DAG is proposed. A typical algorithm, OSA, is selected for DAG scheduling. A new methods based a new structure, Scheduled Cluster Tree, is presented to calculate the slack time of each task in the task cluster. In the checkpointing scheme, the optimal checkpoint intervals which minimize the approximated failure probability are derived formally and validated experimentally. The complexity of approximated failure probability is quite small compared with that of the exact probability. Meanwhile, the consistency of the checkpointing is discussed also. 展开更多
关键词 CHECKPOINT task scheduling DAG scheduled clusters tree
在线阅读 下载PDF
ResCheckpointer:Building Program Error Resilience-Aware Checkpointing Mechanism for HPC Systems
3
作者 Xiao-Hui Wei Shi-Yu Tong +2 位作者 Zhong-Ao Sun Xiang Li Heng-Shan Yue 《Journal of Computer Science & Technology》 2025年第3期671-685,共15页
The reliability of high-performance computing(HPC)is essential for program execution stability.However,as the hardware fault rate constantly increases,fault-tolerance techniques such as Checkpoint/Restart(C/R)introduc... The reliability of high-performance computing(HPC)is essential for program execution stability.However,as the hardware fault rate constantly increases,fault-tolerance techniques such as Checkpoint/Restart(C/R)introduce significant system overhead.This paper proposes Program Error Resilience-Aware Checkpointing Mechanism(ResCheckpointer)to mitigate the overhead of the C/R mechanism.The primary motivation of ResCheckpointer is that we observe that crash proneness(i.e.,the probability of the program crashing after fault occurrence)varies significantly among inter-and intra-HPC programs,which prompts us to flexibly adjust checkpoint intervals for further C/R overhead optimization.Specifically,we first construct the graph neural network(GNN)based learning paradigms to excavate the complex error propagation and effect mechanisms hidden within the HPC program’s execution flow,and propose Crash-Predictor for efficiently predicting programs’crash proneness.Based on this,we build ResCheckpointer,which equips an intelligent checkpoint interval setting strategy for HPC programs,i.e.,denser for the crash proneness stage while sparser for the error resilience stage.Experimental results show that ResCheckpointer can achieve up to 55.37%C/R cost reduction compared with the baseline C/R mechanism. 展开更多
关键词 error resilience Checkpoint/Restart(C/R) graph neural network(GNN) fault injection high-performance computing
原文传递
Checkpointing and rollback recovery for network of workstations 被引量:1
4
作者 汪东升 郑纬民 +1 位作者 王鼎兴 沈美明 《Science China(Technological Sciences)》 SCIE EI CAS 1999年第2期207-214,共8页
Network of workstations (NOW) now becomes one of the main trends of parallel computing. But for long-running scientific programs, it needs effective fault tolerance for its changing property. Checkpointing and rollbac... Network of workstations (NOW) now becomes one of the main trends of parallel computing. But for long-running scientific programs, it needs effective fault tolerance for its changing property. Checkpointing and rollback recovery is a solution to this problem. First the main problems upon rollback recovery are discussed, the different checkpointing techniques for NOW are analyzed, and then the design and implementation of ChaRM (checkpoint-based rollback recovery and process migration) system are described. The comparison of three coordinated checkpointing systems is given. 展开更多
关键词 checkpointing ROLLBACK recovery network of WORKSTATIONS (NOW) DOMINO effect COORDINATED check-pointing.
原文传递
SFT: A Consistent Checkpointing Algorithm with Short Freezing Time
5
作者 魏晓辉 鞠九滨 《Journal of Computer Science & Technology》 SCIE EI CSCD 2000年第2期169-175,共7页
A consistent checkpointing algorithm with short freezing time (SFT) is presented in this paper. It supports fault-tolerance in distributed systems. The algorithm has shorter freezing time, lower overhead, and simplici... A consistent checkpointing algorithm with short freezing time (SFT) is presented in this paper. It supports fault-tolerance in distributed systems. The algorithm has shorter freezing time, lower overhead, and simplicity of recovery. To make checkpoint time shorter, a special control message (Munblock) is used to ensure that a process can respond the checkpoint event quickly at any given time. Moreover, main memory algorithm is used to improve the concurrency of checkpointing. By using SFT, the freezing time resulted by checkpointing is less than 0.03s. Furthermore, the control message number of SFT is only O(n). 展开更多
关键词 checkpointing FAULT-TOLERANCE distributed system freezing time
原文传递
Garbage Collection in Uncoordinated Checkpointing Algorithms
6
作者 刘云龙 陈俊亮 《Journal of Computer Science & Technology》 SCIE EI CSCD 1999年第3期242-244,共3页
In this papert the hard problem of the thorough garbage collection in uncoordinated Checkpointing algorithms is studied. After introduction of the traditional garbage collecting scheme, with which only obsolete checkp... In this papert the hard problem of the thorough garbage collection in uncoordinated Checkpointing algorithms is studied. After introduction of the traditional garbage collecting scheme, with which only obsolete checkpoints can be discarded, it is shown that this kind of traditional method may fail to discard any checkpoint in some special cases, and it is necessary and urgent to find a thorough garbage collecting method, with which all the checkpoints useless for any future rollback-recovery including the obsolete ones can be discarded. Then, the Thorough Garbage Collection Theorem is proposed and proved, which ensures the feasibility of the thorough garbage collection, and gives the method to calculate the set of the useful checkpoints as well. 展开更多
关键词 distributed system checkpointing and rollback recovery storage management thorough garbage collection
原文传递
An exerkine-based prognostic index reveals immune heterogeneity and predicts outcomes across 33 cancers
7
作者 Jiawei Du Jinghua Hou 《Sports Medicine and Health Science》 2026年第1期110-118,共9页
Background:Exercise exerts tumor-suppressive effects across multiple malignancies,partly through exerkines—exercise-induced secreted factors with immunomodulatory and metabolic functions.However,the prognostic releva... Background:Exercise exerts tumor-suppressive effects across multiple malignancies,partly through exerkines—exercise-induced secreted factors with immunomodulatory and metabolic functions.However,the prognostic relevance of exerkines across cancer types remains unclear,and the molecular determinants of exercise responsiveness are poorly defined.Methods:We systematically profiled 183 curated exerkine-related genes across 33 cancer types from The Cancer Genome Atlas(TCGA)using non-negative matrix factorization(NMF)to define molecular subtypes.Prognostic significance was evaluated via Kaplan-Meier analysis.For five cancers with consistent survival divergence(LGG,KIRC,LUAD,PAAD,ACC),we developed an Exerkine Prognostic Index(EPI)using LASSO Cox regression and validated its predictive performance through time-dependent ROC analysis.Immune cell infiltration(CIBERSORT),stromal/immune scores(ESTIMATE),and immune checkpoint expression were assessed to characterize immune landscape differences between EPI subgroups.Results:Exerkine-based NMF clustering identified prognostically distinct subtypes in 25 cancers.The EPI robustly stratified patients into high-and low-risk groups with significant differences in overall survival(p<0.001).High-EPI subgroups were associated with elevated infiltration of immunosuppressive cells(e.g.,Tregs,M0 macrophages),altered immune/stromal scores,and differential expression of immune checkpoints such as PD-L1 and CTLA4 in a cancer-type-specific manner.Discussion:Our findings reveal that exerkine expression patterns capture biologically and clinically relevant heterogeneity across cancers.The EPI provides a robust molecular tool to stratify patients by prognosis and immune contexture,offering insights into differential exercise responsiveness.Conclusions:Exerkines represent promising biomarkers for risk stratification and precision-guided exercise interventions in oncology. 展开更多
关键词 Exerkines Exercise oncology Cancer prognosis Tumor microenvironment Immune checkpoint Machine learning
暂未订购
The Frontier of Melanoma Treatment:Defeating Immunotherapy Resistance-A Systematic Review
8
作者 Kamila Mozga Olga Synowiecka +4 位作者 Igor Rydzyk Anna Marek Ewelina Wieczorek Alicja Petniak Paulina Gil-Kulik 《Oncology Research》 2026年第2期90-108,共19页
Objectives:Immunotherapy based on immune checkpoint blockade(ICB)has become a key treatment for melanoma.However,the increasing number of cases of melanoma resistant to immunotherapy highlights the need to develop met... Objectives:Immunotherapy based on immune checkpoint blockade(ICB)has become a key treatment for melanoma.However,the increasing number of cases of melanoma resistant to immunotherapy highlights the need to develop methods to overcome this resistance.This study aims to collect the most recent information on melanoma immunotherapy,discuss potential strategies to overcome resistance to immunotherapy,and identify areas that require further analysis.Methods:To achieve this goal,scientific publications from 2021-2024 available in PubMed and Google Scholar databases were analyzed.The databases were searched using the following terms:“melanoma”,“immunotherapy”,“Immune Checkpoint Blockade”,and“immunoresistance”.Results:The results of preclinical and early-stage clinical research indicate the potential application of tank-binding kinase 1(TBK-1),fecal microbiota transplant(FMT),Toll-like Receptor 9(TLR9),lipid nanoparticles(LNPs)containing a stimulator of an interferon gene agonist(STING),BRAF inhibitors,Lymphocyte Activation Gene(LAG-3),T-Cell Immunoglobulin and ITIM Domain(TIGIT),and oncolytic viruses(OVs)as potential methods to enhance melanoma sensitivity to ICB.Discussion:To optimize immunotherapy,further research is needed to determine the detailed mechanisms of action,safety profiles,tolerability,and precise patient selection criteria for methods capable of overcoming melanoma’s immunoresistance. 展开更多
关键词 MELANOMA IMMUNOTHERAPY immune checkpoint blockade(ICB) immunoresistance systematic review
暂未订购
Efficacy and safety of nivolumab plus chemotherapy in patients with advanced gastric cancer with massive ascites
9
作者 Toshihiko Matsumoto Soma Sugimoto +7 位作者 Reo Omori Chinatsu Makiyama Akio Nakasya Hiroki Nagai Hisateru Yasui Reiji Higashi Akitoshi Sasamoto Hironaga Satake 《World Journal of Gastrointestinal Oncology》 2026年第1期190-199,共10页
BACKGROUND Chemotherapy with an immune checkpoint inhibitor is one of the standard regimens for treating advanced gastric cancer(AGC).Ascites and peritoneal dissemination are common complications and poor prognostic f... BACKGROUND Chemotherapy with an immune checkpoint inhibitor is one of the standard regimens for treating advanced gastric cancer(AGC).Ascites and peritoneal dissemination are common complications and poor prognostic factors of AGC;however,reports regarding its efficacy and safety in patients with AGC and massive ascites are limited.AIM To evaluate the safety and efficacy of nivolumab combined with chemotherapy in patients with AGC and ascites.METHODS We retrospectively collected clinical data from 124 patients with AGC who received chemotherapy plus nivolumab as first-line treatment from July 2017 to December 2024.Based on computed tomography scans,massive or moderate ascites were classified as high ascites burden(HAB),whereas mild or no ascites were classified as low ascites burden.RESULTS Ascites was detected in 47 patients(38%);26(21%)were classified into the HAB group.Patients in the HAB group exhibited a significantly poorer performance status,a higher prevalence of diffuse-type histology,and lower programmed cell death ligand 1(PD-L1)expression.Combination therapy with FOLFOX and neutropenia was significantly more common in the HAB group.Progression-free survival(PFS)(4.4 months vs 9.3 months,P=0.0012)and overall survival(OS)(7.3 months vs 21.2 months,P<0.0001)were significantly poorer in the HAB group.However,an improvement in ascites was observed in 61.5%of patients in the HAB group.PD-L1 expression did not correlate with either PFS or OS in the HAB group.CONCLUSION Nivolumab plus chemotherapy demonstrated modest efficacy and acceptable toxicity in patients with AGC and HAB. 展开更多
关键词 Gastric cancer ASCITES Nivolumab Chemotherapy plus nivolumab Immune checkpoint inhibitor
暂未订购
LAG3 facilitates MHC Ⅱ trogocytosis with assistance of the ERPM junction
10
作者 Zibin Wang Jing Wang +1 位作者 Wene Zhao Wen Liu 《Journal of Biomedical Research》 2026年第1期89-92,共4页
Dear Editor,Lymphocyte activation gene 3(LAG3),the third established target for immune checkpoint blockade therapy,suppresses T cell function by binding to major histocompatibility complex classⅡ(MHCⅡ).Despite its s... Dear Editor,Lymphocyte activation gene 3(LAG3),the third established target for immune checkpoint blockade therapy,suppresses T cell function by binding to major histocompatibility complex classⅡ(MHCⅡ).Despite its significant therapeutic potential in cancer immunotherapy and the substantial attention it has received from academia and industry,the molecular mechanisms of LAG3-mediated immunosuppression remain poorly understood,primarily because of its unique ligand-binding characteristics and intracellular domains[1]. 展开更多
关键词 LAG IMMUNOSUPPRESSION cancer immunotherapy immune checkpoint blockade therapysuppresses t cell function ERPM TROGOCYTOSIS MHC
暂未订购
Polysialic acid-Siglec immune checkpoints of microglia and macrophages:Perspectives for therapeutic intervention
11
作者 Hauke Thiesler Herbert Hildebrandt 《Neural Regeneration Research》 2026年第2期661-662,共2页
Microglia are the resident macrophages of the central nervous system.They act as the first line of defense against pathogens and play essential roles in neuroinflammation and tissue repair after brain insult or in neu... Microglia are the resident macrophages of the central nervous system.They act as the first line of defense against pathogens and play essential roles in neuroinflammation and tissue repair after brain insult or in neurodegenerative and demyelinating diseases(Borst et al.,2021).Together with infiltrating monocyte-derived macrophages,microglia also play a critical role for brain tumor development,since immunosuppressive interactions between tumor cells and tumor-associated microglia and macrophages(TAM)are linked to malignant progression.This mechanism is of particular relevance in glioblastoma(GB),the deadliest form of brain cancer with a median overall survival of less than 15 months(Khan et al.,2023).Therefore,targeting microglia and macrophage activation is a promising strategy for therapeutic interference in brain disease. 展开更多
关键词 therapeutic intervention central nervous system immune checkpoints neurodegenerative demyelinating diseases borst MACROPHAGES polysialic acid SIGLEC MICROGLIA
暂未订购
Effectiveness and Safety of Lenvatinib and Everolimus after Immune Checkpoint Inhibitors in Metastatic Renal Cell Cancer:A Systematic Review
12
作者 Giacomo Iovane Luca Traman +5 位作者 Michele Maffezzoli Giuseppe Fornarini Domenico Corradi Debora Guareschi Matteo Santoni Sebastiano Buti 《Oncology Research》 2026年第1期57-70,共14页
Background:While the treatment of metastatic renal cell carcinoma(mRCC)is evolving due to immune checkpoint inhibitors(ICIs),optimal strategies for later lines of therapy have yet to be defined.The combination of lenv... Background:While the treatment of metastatic renal cell carcinoma(mRCC)is evolving due to immune checkpoint inhibitors(ICIs),optimal strategies for later lines of therapy have yet to be defined.The combination of lenvatinib and everolimus represents a viable option,and the present review aimed to summarize its activity,effectiveness,and safety.Methods:A systematic review of the literature was conducted using PubMed,targeting studies published between 2018 and 2025.Eligible studies included English-language prospective and retrospective trials reporting survival outcomes in mRCC patients treated with lenvatinib and everolimus after at least one ICI-containing regimen.Results:Nine studies met the inclusion criteria,encompassing a total of 441 patients.The lenvatinib and everolimus combination was primarily used in the third and subsequent lines of therapy.Median overall survival ranged from 7.5 to 24.5 months,while median progression-free survival was more consistent,between 6.1 and 6.7 months,except for one study reporting 12.9 months.Objective response rates varied widely(14.0%–55.7%).Adverse events of grade≥3 did not exceed the expected rate,with diarrhoea and proteinuria as the most reported events.Dose reductions and treatment discontinuations due to toxicity occurred but were generally lower than in prior pivotal trials.Conclusions:Real-world evidence suggests that lenvatinib and everolimus represent an effective and safe option after ICI failure in mRCC patients.Nevertheless,the lack of randomized phase III trials and the heterogeneity of existing studies highlight the need for more robust prospective research to guide post-ICI therapeutic strategies. 展开更多
关键词 Metastatic renal cell carcinoma(mRCC) immune checkpoint inhibitors(ICIs) lenvatinib EVEROLIMUS EFFECTIVENESS SAFETY systematic review
暂未订购
Gut microecology empowers cancer immunotherapy:commensal microbiota-mediated mechanisms and translational prospects of PD-1/PD-L1 therapy
13
作者 Sifan Li Chang Che +4 位作者 Yelu Zhou Daiming Fan Xue Bai Yuanyuan Lu Xiaodi Zhao 《Cancer Biology & Medicine》 2026年第1期60-77,共18页
Anti-programmed cell death protein 1(PD-1)or its ligand(PD-L1)are immune checkpoint inhibitors(ICIs)that have revolutionized cancer therapy.However,the efficacy of anti-PD-1 and anti-PD-L1 is limited by resistance and... Anti-programmed cell death protein 1(PD-1)or its ligand(PD-L1)are immune checkpoint inhibitors(ICIs)that have revolutionized cancer therapy.However,the efficacy of anti-PD-1 and anti-PD-L1 is limited by resistance and inter-individual variability.In recent years increasing evidence has highlighted the pivotal role of the gut microbiota in modulating the response to PD-1/PD-L1 immunotherapy.Extensive preclinical studies have demonstrated that commensal microbes can increase the efficacy of PD-1/PD-L1 blockade through multiple mechanisms,including the production of metabolites,such as short-chain fatty acids(SCFAs),tryptophan derivatives,and extracellular polysaccharides that remodel the tumor microenvironment,as well as the activation of immune pathways involving dendritic cells,CD8+T cells,and M1 macrophages to increase antitumor immunity.Moreover,clinical studies have shown that fecal microbiota transplantation(FMT)and targeted probiotic interventions show promise for improving the response to PD-1/PD-L1 therapy,while reducing the risk of immune-related adverse events(irAEs).This review systematically explores the multifaceted regulatory roles of the commensal microbiota in PD-1/PD-L1 therapy and examines the preclinical prospects of microbiota-based personalized immunotherapeutic strategies.The integration of multiomics technologies,synthetic biology,and precise microbiota interventions may further optimize PD-1/PD-L1 immunotherapy and offer novel insights into antitumor immune modulation. 展开更多
关键词 Gut microbiota immune checkpoint inhibitors commensal microbiota PD-1/PD-L1 fecal microbiota transplantation
暂未订购
Low-Overhead Non-Blocking Checkpointing Scheme for Mobile Computing Systems
14
作者 门朝光 曹刘娟 +1 位作者 王立闻 徐振朋 《Tsinghua Science and Technology》 SCIE EI CAS 2007年第S1期110-115,共6页
When applied to mobile computing systems,checkpoint protocols for distributed computing systems would face many new challenges, such as low wireless bandwidth, frequent disconnections, and lack of stable storage at mo... When applied to mobile computing systems,checkpoint protocols for distributed computing systems would face many new challenges, such as low wireless bandwidth, frequent disconnections, and lack of stable storage at mobile hosts. This paper proposes a novel checkpoint protocol to effectively reduce the coordinating overhead. By using a communication vector, only a few processes participate in the checkpointing event. During checkpointing, the scheme can save the time used to trace the dependency tree by sending checkpoint requests to dependent processes at once. In addition, processes are non- blocking in this scheme, since the inconsistency is resolved by the piggyback technique. Hence the unnecessary and orphan messages can be avoided. Compared with the traditional coordinated checkpoint approach, the proposed non-blocking algorithm obtains a minimal number of processes to take checkpoints. It also reduces the checkpoint latency, which brings less overhead to mobile host with limited resources. 展开更多
关键词 mobile computing fault tolerant coordinated checkpoint rollback recovery
原文传递
基于AIGC技术的民族服饰设计研究——以畲族为例 被引量:11
15
作者 吴海鸣 陈敬玉 《丝绸》 CAS 北大核心 2025年第1期20-29,共10页
民族服饰的当代创新需要在创作过程中寻求民族传统与现代审美的最佳平衡点,生成式人工智能(AIGC)技术的出现为民族服饰的当代设计应用提供了新的路径和方法。文章通过分析目前人工智能技术在民族服饰生成过程中遇到的问题,提出基于专属... 民族服饰的当代创新需要在创作过程中寻求民族传统与现代审美的最佳平衡点,生成式人工智能(AIGC)技术的出现为民族服饰的当代设计应用提供了新的路径和方法。文章通过分析目前人工智能技术在民族服饰生成过程中遇到的问题,提出基于专属资源库模型训练的方法并以畲族服饰为例进行实验。实验表明,通过对畲族资源库中的服饰样本进行品类归纳和图像标注进行专属模型的训练,可以使被训练的模型理解、学习到资源库样本中畲族服饰的特征,进而使生成的内容具有畲族服饰风格的图像。通过这一实验,展示了人工智能技术给民族服饰创新设计带来的全新思路和方法,旨在建立一条民族服饰设计与AIGC技术相结合的创新实践路径,通过AIGC技术能促进民族服饰设计的创新性发展和创造性转化。 展开更多
关键词 AIGC 民族服饰 辅助设计 畲族 Stable Diffusion Low-Rank Adaptation CHECKPOINTS
在线阅读 下载PDF
Immune checkpoint blockade for cancer therapy: current progress and perspectives 被引量:2
16
作者 Hongying YE Weijie LIAO +2 位作者 Jiongli PAN Yin SHI Qingqing WANG 《Journal of Zhejiang University-Science B(Biomedicine & Biotechnology)》 2025年第3期203-226,共24页
Dysfunction of anti-tumor immune responses is crucial for cancer progression. Immune checkpoint blockade(ICB), which can potentiate T cell responses, is an effective strategy for the normalization of host anti-tumor i... Dysfunction of anti-tumor immune responses is crucial for cancer progression. Immune checkpoint blockade(ICB), which can potentiate T cell responses, is an effective strategy for the normalization of host anti-tumor immunity. In recent years, immune checkpoints, expressed on both tumor cells and immune cells, have been identified;some of them have exhibited potential druggability and have been approved by the US Food and Drug Administration(FDA) for clinical treatment. However, limited responses and immune-related adverse events(ir AEs) cannot be ignored. This review outlines the development and applications of ICBs, potential strategies for overcoming resistance, and future directions for ICB-based cancer immunotherapy. 展开更多
关键词 Immune checkpoint blockade Cancer immunotherapy Tumor immune evasion Immune normalization
原文传递
Advances in Tumor Microenvironment and Immunotherapeutic Strategies for Hepatocellular Carcinoma 被引量:2
17
作者 Jiahao Xue Jingchang Zhang +2 位作者 Gang Chen Liucui Chen Xinjun Lu 《Oncology Research》 2025年第9期2309-2329,共21页
Hepatocellular carcinoma(HCC)is a highly aggressive malignancy,largely driven by an immunosuppres-sive tumor microenvironment(TME)that facilitates tumor growth,immune escape,and resistance to therapy.Although immunoth... Hepatocellular carcinoma(HCC)is a highly aggressive malignancy,largely driven by an immunosuppres-sive tumor microenvironment(TME)that facilitates tumor growth,immune escape,and resistance to therapy.Although immunotherapy—particularly immune checkpoint inhibitors(ICIs)—has transformed the therapeutic landscape by restoring T cell-mediated anti-tumor responses,their clinical benefit as monotherapy remains suboptimal.This limitation is primarily attributed to immunosuppressive components within the TME,including tumor-associated macrophages,regulatory T cells(Tregs),and myeloid-derived suppressor cells(MDSCs).To address these challenges,combination strategies have been explored,such as dual checkpoint blockade targeting programmed cell death protein 1(PD-1),programmed death-ligand 1(PD-L1),and cytotoxic T-lymphocyte-associated antigen 4(CTLA-4),as well as synergistic use of ICIs with anti-angiogenic agents or TME-targeted interventions.These approaches have shown encouraging potential in enhancing immune efficacy.This review outlines the complex crosstalk between the TME and immunotherapeutic responses in HCC,emphasizing how combination regimens may overcome immune resistance.Furthermore,we discuss the remaining hurdles,including therapeutic resistance and immune-related adverse events,and propose future directions involving TME-associated biomarkers and individualized treatment strategies to improve patient outcomes. 展开更多
关键词 Hepatocellular carcinoma(HCC) tumor microenvironment(TME) IMMUNOTHERAPY immune checkpoint inhibitors(ICIs) combination therapy
暂未订购
Efficacy and safety of sintilimab combined with nab-paclitaxel plus S-1 for neoadjuvant treatment of locally advanced gastric cancer 被引量:1
18
作者 Qiu-Xian Chen Yong-Bin Zhang +9 位作者 Wei-Ming Zeng Yi-Chen Cai Chen-Bin Lv Ming-Qiao Lian Rong-Jie Huang Ming-Jie Lian Wei-Long Lian Qian-Hui Xu Yu-Qin Sun Li-Sheng Cai 《World Journal of Gastrointestinal Surgery》 2025年第6期66-77,共12页
BACKGROUND Gastric cancer is a leading global cause of cancer mortality,with poor survival in locally advanced stages.While immune checkpoint inhibitors(ICIs)like sintilimab have improved outcomes in advanced disease,... BACKGROUND Gastric cancer is a leading global cause of cancer mortality,with poor survival in locally advanced stages.While immune checkpoint inhibitors(ICIs)like sintilimab have improved outcomes in advanced disease,their role as neoadjuvant therapy remains understudied.This study investigates sintilimab combined with nabpaclitaxel/S-1 as preoperative treatment for locally advanced gastric cancer(LAGC),addressing an unmet need for effective neoadjuvant strategies.AIM To explore the efficacy and safety of combination treatment with sintilimab and nab-paclitaxel plus S-1 as neoadjuvant therapy for LAGC.METHODS Clinical data from 82 patients diagnosed with LAGC,who underwent preoperative treatment and surgery between April 2020 and December 2022,were included.Patients were divided into 2 groups according to treatment regimen:ICI(sintilimab+nab-paclitaxel+S-1);and non-ICI(nab-paclitaxel+S-1).Imaging and pathological efficacy,intra-and postoperative conditions,molecular subtypes,short-term survival outcomes,and safety were compared between the 2 groups.RESULTS Imaging evaluation of therapeutic efficacy revealed that the inclusion of ICI yielded a significantly higher complete response rate(13.2%vs 0.0%;P=0.048),and objective response rate(69.8%vs 31.0%,P=0.001)compared with non-ICI treatment.Pathological evaluation revealed that the ICI group exhibited a significantly higher pathological complete response rate(13.2%vs 0.0%;P=0.048)and major pathological response rate(35.8%vs 13.8%;P=0.041)than those in the non-ICI group.The two-year disease-free survival rate in the ICI group was greater than that in the non-ICI group(83.0%vs 55.2%;P=0.043).The use of ICI did not increase the incidence of adverse reactions(47.2%vs 41.4%;P=0.614)or perioperative adverse events(18.9%vs 13.8%;P=0.761).CONCLUSION The combination of sintilimab with nab-paclitaxel+S-1 for neoadjuvant treatment of LAGC improved efficacy in patients without increasing adverse drug reactions and perioperative adverse events,suggesting that this treatment regimen is safe and feasible. 展开更多
关键词 Gastric cancer Neoadjuvant therapy Immune checkpoint inhibitor Efficacy Safety
暂未订购
Tumor-educated cells in tumor microenvironment:Key drivers of immunotherapy resistance 被引量:1
19
作者 Ji'an Zou Shuxing Wang +6 位作者 Yingzhe Zhang Wentao Tian Ge Mai Yiting Xu Wenjie Xiao Edward E.Graves Fang Wu 《Chinese Journal of Cancer Research》 2025年第3期446-465,共20页
In the past decade,immunotherapies targeting cytotoxic T-lymphocyte antigen-4(CTLA-4),programmed cell death 1(PD-1),and PD-1 ligand(PD-L1)have been approved for solid tumors.However,some patients demonstrate suboptima... In the past decade,immunotherapies targeting cytotoxic T-lymphocyte antigen-4(CTLA-4),programmed cell death 1(PD-1),and PD-1 ligand(PD-L1)have been approved for solid tumors.However,some patients demonstrate suboptimal clinical outcomes due to resistance.The tumor microenvironment(TME)significantly affects the efficiency of immunotherapy by mediating interactions between tumor and non-tumor cells,including dendritic cells,T cells,B cells,macrophages,neutrophils,NK cells,and myeloid-derived suppressor cells(MDSCs).These non-tumor cells often exhibit two phenotypes with altered functions,and tumor cells drives their transition towards tumor promotion through tumor-education.Tumor-educated cells(TECs)are cells influenced by tumor cells,which acquire immune-suppressive phenotypes and promote tumor progression through resistance to anticancer therapies.These cells undergo modifications in response to signals from the tumor,which can influence their roles in tumor progression.Their dynamic interactions with tumor cells contribute to the reshaping of the TME,facilitating cancer growth and immune modulation.This review summarizes research on TECs in TME,explores mechanisms related to tumor education,and discusses their role in tumor progression and immunotherapy resistance.Additionally,potential therapeutic approaches targeting these cells are also reviewed,which may complement current treatment strategies. 展开更多
关键词 Tumor-educated cells tumor microenvironment cancer immunotherapy immune checkpoint blockade resistance
暂未订购
地震叠前逆时偏移的有效边界存储策略 被引量:51
20
作者 王保利 高静怀 +1 位作者 陈文超 张唤兰 《地球物理学报》 SCIE EI CAS CSCD 北大核心 2012年第7期2412-2421,共10页
基于双程波动方程的逆时偏移被认为是目前最好的偏移成像技术,更适合于复杂构造成像.然而,大计算量和大存储量使得逆时偏移的计算成本很高而无法用于大数据量的地震成像.本文分析了目前常用的存储策略,并分别在空间和时间上对存储策略... 基于双程波动方程的逆时偏移被认为是目前最好的偏移成像技术,更适合于复杂构造成像.然而,大计算量和大存储量使得逆时偏移的计算成本很高而无法用于大数据量的地震成像.本文分析了目前常用的存储策略,并分别在空间和时间上对存储策略进行了研究:空间上,根据有限差分格式,在边界存储策略的基础上通过修改波场逆向传播的边界条件,提出了有效边界存储策略.该策略可在不增加任何计算量的情况下大幅降低逆时偏移对存储量的需求;在时间上,使用checkpointing技术对有效边界存储策略进行了改进,使叠前逆时偏移在增加少量计算量的情况下进一步降低存储量需求.Marmousi模型测试结果表明了有效边界存储策略的有效性和优越性. 展开更多
关键词 逆时偏移 checkpointing GPU 存储策略
在线阅读 下载PDF
上一页 1 2 49 下一页 到第
使用帮助 返回顶部