Article(id=1263514361348370452, tenantId=1146029695717560320, journalId=1263187241531621409, issueId=1263514351571428296, articleNumber=null, orderNo=null, doi=10.11996/JG.j.2095-302X.2026010078, pmid=null, cstr=null, oa=null, hot=null, price=null, onlineType=0, articleFormat=0, articleType=null, articleTypeStr=research-article, receivedDate=1751212800000, receivedDateStr=2025-06-30, revisedDate=null, revisedDateStr=null, acceptedDate=1755878400000, acceptedDateStr=2025-08-23, onlineDate=1779174898707, onlineDateStr=2026-05-19, pubDate=1772208000000, pubDateStr=2026-02-28, doiRegisterDate=null, doiRegisterDateStr=null, onlineIssueDate=1779174898707, onlineIssueDateStr=2026-05-19, onlineJustAcceptDate=null, onlineJustAcceptDateStr=null, onlineFirstDate=null, onlineFirstDateStr=null, sourceXml=null, magXml=null, createTime=1779174898707, creator=13701087609, updateTime=1779174898707, updator=13701087609, issue=Issue{id=1263514351571428296, tenantId=1146029695717560320, journalId=1263187241531621409, year='2026', volume='47', issue='1', pageStart='1', pageEnd='233', issueExtLink='null', onlineDate='null', pubDate='null', beforeIssueId=null, nextIssueId=null, price=null, status=1, issueComplete=1, articleOrder=1, issueType=1, specialIssue=null, createTime=1779174896376, creator=13701087609, updateTime=1779174963943, updator=13701087609, preIssue=null, nextIssue=null, ext={EN=IssueExt(id=1263514635077039012, tenantId=1146029695717560320, journalId=1263187241531621409, issueId=1263514351571428296, language=EN, specialIssueTitle=, coverIllustrator=null, specialIssueEditor=, specialIssueAbout=), CN=IssueExt(id=1263514635077039013, tenantId=1146029695717560320, journalId=1263187241531621409, issueId=1263514351571428296, language=CN, specialIssueTitle=, coverIllustrator=null, specialIssueEditor=, specialIssueAbout=)}, issueFiles=null}, startPage=78, endPage=89, ext={EN=ArticleExt(id=1263514368029896766, articleId=1263514361348370452, tenantId=1146029695717560320, journalId=1263187241531621409, language=EN, title=Deep fusion of multimodal features for few-shot class-incremental 3D point cloud classification, columnId=1263514354654262248, journalTitle=Journal of Graphics, columnName=Image Processing and Computer Vision, runingTitle=null, highlight=null, articleAbstract=
Traditional 3D point-cloud classification methods tend to suffer from insufficient generalization and catastrophic forgetting in Few-Shot Class-incremental Learning (FSCIL) scenarios. The pretrained vision-language model CLIP (Contrastive Language-Image Pre-training), which contains rich 2D shape priors, has been shown to effectively enhance 3D FSCIL performance. However, existing CLIP-based frameworks still lack flexibility and adaptability in multimodal feature extraction and fusion, which limits classification accuracy during incremental stages. To address these shortcomings, a 3D FSCIL approach with deeply fused multimodal features was proposed. An adaptive adapter based on gated units and residual blocks was introduced to achieve multi-scale feature alignment and redundancy suppression, and a multimodal global feature dynamic fusion module with self-attention was designed to adaptively adjust the weight allocation of different feature streams according to sample characteristics, thereby obtaining more consistent and complementary fused representations. Specifically, point clouds were rendered into multi-view depth maps, and features were extracted using both the original CLIP visual encoder and a CLIP encoder pretrained on depth maps, combined with point-cloud geometric features. After processing through the adaptive adapter, these features were fed into the attention-based fusion module and aligned with semantic features extracted by the CLIP text encoder for classification. In addition, contrastive learning loss, multi-view and geometric perturbation-based data augmentation strategies, and a memory-replay mechanism were incorporated to effectively mitigate overfitting and forgetting under few-shot conditions. Experiments on ShapeNet, ModelNet, and CO3D demonstrated that the proposed method consistently achieved higher accuracy across incremental stages compared with existing 3D FSCIL approaches, while significantly reducing both relative accuracy drop rates and maximum stage fluctuations.
, correspAuthors=null, authorNote=null, correspAuthorsNote=
, copyrightStatement=null, copyrightOwner=null, extLink=null, articleAbsUrl=null, sourceXml=null, magXml=null, pdfUrl=null, pdf=null, pdfFileSize=null, pdfExtLink=null, richHtmlUrl=null, mobilePdfUrl=null, reviewReport=null, pdfFirstPage=null, abstractGraph=null, abstractGraphContent=null, abstractVideo=null, citation=null, cebUrl=null, magXmlContent=null, mapNumber=null, authorCompany=null, fund=null, authors=null, authorsList=Chenxi ZHU, Yinan LU, Tieru WU, Wenyong GONG, Rui MA), CN=ArticleExt(id=1263514369988636765, articleId=1263514361348370452, tenantId=1146029695717560320, journalId=1263187241531621409, language=CN, title=基于深度融合多模态特征的三维点云分类小样本类增量学习, columnId=1263514354893337578, journalTitle=图学学报, columnName=图像处理与计算机视觉, runingTitle=null, highlight=null, articleAbstract=
传统3D点云分类方法在小样本类增量学习(FSCIL)场景下容易出现泛化能力不足和灾难性遗忘等问题。预训练语言-图像模型(CLIP)因具备丰富的2D形状先验知识,被证明能够有效提升3D FSCIL性能,但现有基于CLIP的框架在多模态特征提取与融合过程中仍缺乏灵活性与自适应性,导致增量阶段的分类准确率受限。为解决这些不足,提出了一种深度融合多模态特征的3D FSCIL方法,通过引入基于门控单元与残差块的自适应适配器实现多尺度特征对齐与冗余信息抑制,并设计基于自注意力机制的多模态全局特征动态融合模块,根据不同样本特性自适应调整多路特征的权重分配,从而获得更加一致且互补的融合表示。具体地,将点云渲染为多视角深度图,分别利用原始CLIP视觉编码器与在深度图上预训练的CLIP编码器提取特征,并结合点云几何特征,经自适应适配器处理后送入注意力融合模块,与CLIP文本编码器提取的语义特征对齐进行分类。此外,结合对比学习损失、多视角与几何扰动数据增强策略以及记忆回放机制,有效缓解小样本条件下的过拟合与遗忘问题。在ShapeNet、ModelNet及CO3D数据集上的实验结果表明,与现有主流3D FSCIL方法相比,该方法在各增量阶段均取得更高的准确率,且相对准确度下降率与最大阶段跳变率显著降低。
, correspAuthors=null, authorNote=null, correspAuthorsNote=
, copyrightStatement=null, copyrightOwner=null, extLink=null, articleAbsUrl=null, sourceXml=ho2UItcjkDrrCFFy8WS1Xg==, magXml=vNKDX4SNDxIuwn/SqR/QIA==, pdfUrl=null, pdf=DhQw+trgqv8YfRHhvmSoPg==, pdfFileSize=2136649, pdfExtLink=null, richHtmlUrl=null, mobilePdfUrl=null, reviewReport=null, pdfFirstPage=null, abstractGraph=N5+R4FoLiVnEuVQIRl2E1A==, abstractGraphContent=null, abstractVideo=null, citation=null, cebUrl=null, magXmlContent=+Yf+Ilzd6VnXSrEtfY6CSA==, mapNumber=null, authorCompany=null, fund=null, authors=null, authorsList=朱晨浠, 卢奕南, 伍铁如, 龚文勇, 马锐)}, authors=[Author(id=1263550812614177764, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, orderNo=0, firstName=null, middleName=null, lastName=null, nameCn=null, orcid=null, stid=null, country=null, authorPic=null, dead=0, email=null, emailSecond=null, emailThird=null, correspondingAuthor=0, authorType=1, ext={EN=AuthorExt(id=1263550813448844271, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, authorId=1263550812614177764, language=EN, stringName=Chenxi ZHU, firstName=Chenxi, middleName=null, lastName=ZHU, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, address=
1 College of Computer Science and Technology, Jilin University, Changchun Jilin 130012, China, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null), CN=AuthorExt(id=1263550813872468978, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, authorId=1263550812614177764, language=CN, stringName=朱晨浠, firstName=null, middleName=null, lastName=null, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, address=
1 吉林大学计算机科学与技术学院, 吉林 长春 130012, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null)}, companyList=[AuthorCompany(id=1263550811058090943, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, xref=1, ext=[AuthorCompanyExt(id=1263550811112616896, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, companyId=1263550811058090943, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1 College of Computer Science and Technology, Jilin University, Changchun Jilin 130012, China), AuthorCompanyExt(id=1263550811175531458, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, companyId=1263550811058090943, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1 吉林大学计算机科学与技术学院, 吉林 长春 130012)])]), Author(id=1263550815449527292, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, orderNo=1, firstName=null, middleName=null, lastName=null, nameCn=null, orcid=null, stid=null, country=null, authorPic=null, dead=0, email=null, emailSecond=null, emailThird=null, correspondingAuthor=0, authorType=1, ext={EN=AuthorExt(id=1263550815864762375, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, authorId=1263550815449527292, language=EN, stringName=Yinan LU, firstName=Yinan, middleName=null, lastName=LU, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, address=
1 College of Computer Science and Technology, Jilin University, Changchun Jilin 130012, China, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null), CN=AuthorExt(id=1263550816451964946, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, authorId=1263550815449527292, language=CN, stringName=卢奕南, firstName=null, middleName=null, lastName=null, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, address=
1 吉林大学计算机科学与技术学院, 吉林 长春 130012, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null)}, companyList=[AuthorCompany(id=1263550811058090943, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, xref=1, ext=[AuthorCompanyExt(id=1263550811112616896, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, companyId=1263550811058090943, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1 College of Computer Science and Technology, Jilin University, Changchun Jilin 130012, China), AuthorCompanyExt(id=1263550811175531458, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, companyId=1263550811058090943, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1 吉林大学计算机科学与技术学院, 吉林 长春 130012)])]), Author(id=1263550817139830816, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, orderNo=2, firstName=null, middleName=null, lastName=null, nameCn=null, orcid=null, stid=null, country=null, authorPic=null, dead=0, email=null, emailSecond=null, emailThird=null, correspondingAuthor=0, authorType=1, ext={EN=AuthorExt(id=1263550818456842287, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, authorId=1263550817139830816, language=EN, stringName=Tieru WU, firstName=Tieru, middleName=null, lastName=WU, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
2, address=
2 School of Artificial Intelligence, Jilin University, Changchun Jilin 130012, China, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null), CN=AuthorExt(id=1263550820574965819, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, authorId=1263550817139830816, language=CN, stringName=伍铁如, firstName=null, middleName=null, lastName=null, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
2, address=
2 吉林大学人工智能学院, 吉林 长春 130012, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null)}, companyList=[AuthorCompany(id=1263550811435578309, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, xref=2, ext=[AuthorCompanyExt(id=1263550811452355526, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, companyId=1263550811435578309, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
2 School of Artificial Intelligence, Jilin University, Changchun Jilin 130012, China), AuthorCompanyExt(id=1263550811473327049, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, companyId=1263550811435578309, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
2 吉林大学人工智能学院, 吉林 长春 130012)])]), Author(id=1263550821015367752, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, orderNo=3, firstName=null, middleName=null, lastName=null, nameCn=null, orcid=null, stid=null, country=null, authorPic=null, dead=0, email=null, emailSecond=null, emailThird=null, correspondingAuthor=0, authorType=1, ext={EN=AuthorExt(id=1263550822143635539, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, authorId=1263550821015367752, language=EN, stringName=Wenyong GONG, firstName=Wenyong, middleName=null, lastName=GONG, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
3, address=
3 College of Information Science and Technology, Jinan University, Guangzhou Guangdong 510632, China, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null), CN=AuthorExt(id=1263550823481618526, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, authorId=1263550821015367752, language=CN, stringName=龚文勇, firstName=null, middleName=null, lastName=null, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
3, address=
3 暨南大学信息科学技术学院, 广东 广州 510632, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null)}, companyList=[AuthorCompany(id=1263550812119249875, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, xref=3, ext=[AuthorCompanyExt(id=1263550812152804311, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, companyId=1263550812119249875, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
3 College of Information Science and Technology, Jinan University, Guangzhou Guangdong 510632, China), AuthorCompanyExt(id=1263550812207330266, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, companyId=1263550812119249875, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
3 暨南大学信息科学技术学院, 广东 广州 510632)])]), Author(id=1263550825109008487, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, orderNo=4, firstName=null, middleName=null, lastName=null, nameCn=null, orcid=null, stid=null, country=null, authorPic=null, dead=0, email=ruim@jlu.edu.cn, emailSecond=null, emailThird=null, correspondingAuthor=0, authorType=1, ext={EN=AuthorExt(id=1263550826052726899, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, authorId=1263550825109008487, language=EN, stringName=Rui MA, firstName=Rui, middleName=null, lastName=MA, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
2, address=
2 School of Artificial Intelligence, Jilin University, Changchun Jilin 130012, China, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null), CN=AuthorExt(id=1263550828565115012, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, authorId=1263550825109008487, language=CN, stringName=马锐, firstName=null, middleName=null, lastName=null, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
2, address=
2 吉林大学人工智能学院, 吉林 长春 130012, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null)}, companyList=[AuthorCompany(id=1263550811435578309, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, xref=2, ext=[AuthorCompanyExt(id=1263550811452355526, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, companyId=1263550811435578309, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
2 School of Artificial Intelligence, Jilin University, Changchun Jilin 130012, China), AuthorCompanyExt(id=1263550811473327049, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, companyId=1263550811435578309, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
2 吉林大学人工智能学院, 吉林 长春 130012)])])], keywords=[Keyword(id=1263550830695821461, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, language=EN, orderNo=1, keyword=3D point cloud), Keyword(id=1263550831979278496, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, language=EN, orderNo=2, keyword=incremental learning), Keyword(id=1263550834000933035, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, language=EN, orderNo=3, keyword=few-shot learning), Keyword(id=1263550835057897649, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, language=EN, orderNo=4, keyword=3D classification), Keyword(id=1263550836093890746, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, language=EN, orderNo=5, keyword=pre-trained model), Keyword(id=1263550836966305983, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, language=CN, orderNo=1, keyword=3D点云), Keyword(id=1263550840208502985, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, language=CN, orderNo=2, keyword=增量学习), Keyword(id=1263550841873641680, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, language=CN, orderNo=3, keyword=小样本学习), Keyword(id=1263550843165487319, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, language=CN, orderNo=4, keyword=3D分类), Keyword(id=1263550844042096860, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, language=CN, orderNo=5, keyword=预训练模型)], refs=[Reference(id=1263550865252692312, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=null, volume=null, issue=null, pageStart=2025, pageEnd=04, url=https://arxiv.org/abs/1512.03012.pdf, language=null, rfNumber=[1], rfOrder=0, authorNames=CHANG A X, FUNKHOUSER T, GUIBAS L, journalName=null, refType=null, unstructuredReference=
CHANG A X,
FUNKHOUSER T,
GUIBAS L,
et al. ShapeNet:an information-rich 3D model repository[EB/OL]. [2025- 04-30]. https://arxiv.org/abs/1512.03012.pdf., articleTitle=ShapeNet:an information-rich 3D model repository, refAbstract=null), Reference(id=1263550865458213214, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2023, volume=null, issue=null, pageStart=13142, pageEnd=13153, url=null, language=null, rfNumber=[2], rfOrder=1, authorNames=DEITKE M, SCHWENK D, SALVADOR J, journalName=2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition, refType=null, unstructuredReference=
DEITKE M,
SCHWENK D,
SALVADOR J,
et al. Objaverse: a universe of annotated 3D objects[C]//
2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition. New York: IEEE Press,
2023: 13142-13153., articleTitle=Objaverse: a universe of annotated 3D objects, refAbstract=null), Reference(id=1263550866003472736, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2021, volume=null, issue=null, pageStart=10881, pageEnd=10891, url=null, language=null, rfNumber=[3], rfOrder=2, authorNames=REIZENSTEIN J, SHAPOVALOV R, HENZLER P, journalName=2021 IEEE/CVF International Conference on Computer Vision, refType=null, unstructuredReference=
REIZENSTEIN J,
SHAPOVALOV R,
HENZLER P,
et al. Common objects in 3D: large-scale learning and evaluation of real-life 3D category reconstruction[C]//
2021 IEEE/CVF International Conference on Computer Vision. New York: IEEE Press,
2021: 10881-10891., articleTitle=Common objects in 3D: large-scale learning and evaluation of real-life 3D category reconstruction, refAbstract=null), Reference(id=1263550866192216422, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2019, volume=null, issue=null, pageStart=1588, pageEnd=1597, url=null, language=null, rfNumber=[4], rfOrder=3, authorNames=UY M A, PHAM Q H, HUA B S, journalName=2019 IEEE/CVF International Conference on Computer Vision, refType=null, unstructuredReference=
UY M A,
PHAM Q H,
HUA B S,
et al. Revisiting point cloud classification: a new benchmark dataset and classification model on real-world data[C]//
2019 IEEE/CVF International Conference on Computer Vision. New York: IEEE Press,
2019: 1588-1597., articleTitle=Revisiting point cloud classification: a new benchmark dataset and classification model on real-world data, refAbstract=null), Reference(id=1263550866557120878, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2023, volume=null, issue=null, pageStart=803, pageEnd=814, url=null, language=null, rfNumber=[5], rfOrder=4, authorNames=WU T, ZHANG J R, FU X, journalName=2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition, refType=null, unstructuredReference=
WU T,
ZHANG J R,
FU X,
et al. OmniObject3D: large-vocabulary 3D object dataset for realistic perception, reconstruction and generation[C]//
2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition. New York: IEEE Press,
2023: 803-814., articleTitle=OmniObject3D: large-vocabulary 3D object dataset for realistic perception, reconstruction and generation, refAbstract=null), Reference(id=1263550866959774066, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2017, volume=null, issue=null, pageStart=77, pageEnd=85, url=null, language=null, rfNumber=[6], rfOrder=5, authorNames=QI C R, SU H, MO K C, journalName=2017 IEEE Conference on Computer Vision and Pattern Recognition, refType=null, unstructuredReference=
QI C R,
SU H,
MO K C,
et al. PointNet: deep learning on point sets for 3D classification and segmentation[C]//
2017 IEEE Conference on Computer Vision and Pattern Recognition. New York: IEEE Press,
2017: 77-85., articleTitle=PointNet: deep learning on point sets for 3D classification and segmentation, refAbstract=null), Reference(id=1263550867236598136, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2017, volume=null, issue=null, pageStart=5105, pageEnd=5114, url=null, language=null, rfNumber=[7], rfOrder=6, authorNames=QI C R, YI L, SU H, journalName=The 31st International Conference on Neural Information Processing Systems, refType=null, unstructuredReference=
QI C R,
YI L,
SU H,
et al. PointNet++: deep hierarchical feature learning on point sets in a metric space[C]//
The 31st International Conference on Neural Information Processing Systems. Red Hook: Curran Associates Inc.,
2017: 5105-5114., articleTitle=PointNet++: deep hierarchical feature learning on point sets in a metric space, refAbstract=null), Reference(id=1263550869488939391, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2020, volume=null, issue=null, pageStart=12180, pageEnd=12189, url=null, language=null, rfNumber=[8], rfOrder=7, authorNames=TAO X Y, HONG X P, CHANG X Y, journalName=2020 IEEE/CVF Conference on Computer Vision and Pattern Recognition, refType=null, unstructuredReference=
TAO X Y,
HONG X P,
CHANG X Y,
et al. Few-shot class-incremental learning[C]//
2020 IEEE/CVF Conference on Computer Vision and Pattern Recognition. New York: IEEE Press,
2020: 12180-12189., articleTitle=Few-shot class-incremental learning, refAbstract=null), Reference(id=1263550870013227396, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2022, volume=null, issue=null, pageStart=2776, pageEnd=2789, url=null, language=null, rfNumber=[9], rfOrder=8, authorNames=QIN C W, JOTY S, journalName=The 60th Annual Meeting of the Association for Computational Linguistics, refType=null, unstructuredReference=
QIN C W,
JOTY S. Continual few-shot relation learning via embedding space regularization and data augmentation[C]//
The 60th Annual Meeting of the Association for Computational Linguistics. New York: Association for Computational Linguistics,
2022: 2776-2789., articleTitle=Continual few-shot relation learning via embedding space regularization and data augmentation, refAbstract=null), Reference(id=1263550870378131850, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2025, volume=133, issue=3, pageStart=1012, pageEnd=1032, url=null, language=null, rfNumber=[10], rfOrder=9, authorNames=ZHOU D W, CAI Z W, YE H J, journalName=International Journal of Computer Vision, refType=null, unstructuredReference=
ZHOU D W,
CAI Z W,
YE H J,
et al. Revisiting class-incremental learning with pre-trained models: generalizability and adaptivity are all you need[J].
International Journal of Computer Vision,
2025,
133(3): 1012-1032., articleTitle=Revisiting class-incremental learning with pre-trained models: generalizability and adaptivity are all you need, refAbstract=null), Reference(id=1263550870713676176, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2019, volume=null, issue=null, pageStart=4171, pageEnd=4186, url=null, language=null, rfNumber=[11], rfOrder=10, authorNames=DEVLIN J, CHANG M W, LEE K, journalName=2019 Conference of the North American Chapter of the Association for Computational Linguistics, refType=null, unstructuredReference=
DEVLIN J,
CHANG M W,
LEE K,
et al. BERT: pre-training of deep bidirectional transformers for language understanding[C]//
2019 Conference of the North American Chapter of the Association for Computational Linguistics. New York: Association for Computational Linguistics,
2019: 4171-4186., articleTitle=BERT: pre-training of deep bidirectional transformers for language understanding, refAbstract=null), Reference(id=1263550870952751509, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2022, volume=null, issue=null, pageStart=15979, pageEnd=15988, url=null, language=null, rfNumber=[12], rfOrder=11, authorNames=HE K M, CHEN X L, XIE S N, journalName=2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition, refType=null, unstructuredReference=
HE K M,
CHEN X L,
XIE S N,
et al. Masked autoencoders are scalable vision learners[C]//
2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition. New York: IEEE Press,
2022: 15979-15988., articleTitle=Masked autoencoders are scalable vision learners, refAbstract=null), Reference(id=1263550871112135066, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=null, volume=null, issue=null, pageStart=null, pageEnd=null, url=http://proceedings.mlr.press/v139/radford21a.html, language=null, rfNumber=[13], rfOrder=12, authorNames=RADFORD A, KIM J W, HALLACY C, journalName=null, refType=null, unstructuredReference=
RADFORD A,
KIM J W,
HALLACY C,
et al. Learning transferable visual models from natural language supervision[EB/OL]. [2025-04-30]. http://proceedings.mlr.press/v139/radford21a.html., articleTitle=Learning transferable visual models from natural language supervision, refAbstract=null), Reference(id=1263550871279907230, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2023, volume=null, issue=null, pageStart=22100, pageEnd=22110, url=null, language=null, rfNumber=[14], rfOrder=13, authorNames=HUANG T Y, DONG B W, YANG Y H, journalName=2023 IEEE/CVF International Conference on Computer Vision, refType=null, unstructuredReference=
HUANG T Y,
DONG B W,
YANG Y H,
et al. CLIP2Point: transfer CLIP to point cloud classification with image-depth pre-training[C]//
2023 IEEE/CVF International Conference on Computer Vision. New York: IEEE Press,
2023: 22100-22110., articleTitle=CLIP2Point: transfer CLIP to point cloud classification with image-depth pre-training, refAbstract=null), Reference(id=1263550871527371175, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2023, volume=null, issue=null, pageStart=15244, pageEnd=15253, url=null, language=null, rfNumber=[15], rfOrder=14, authorNames=ZENG Y H, JIANG C H, MAO J G, journalName=2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition, refType=null, unstructuredReference=
ZENG Y H,
JIANG C H,
MAO J G,
et al. CLIP
2: contrastive language-image-point pretraining from real-world point cloud data[C]//
2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition. New York: IEEE Press,
2023: 15244-15253., articleTitle=CLIP
2: contrastive language-image-point pretraining from real-world point cloud data, refAbstract=null), Reference(id=1263550871653200298, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2022, volume=null, issue=null, pageStart=8542, pageEnd=8552, url=null, language=null, rfNumber=[16], rfOrder=15, authorNames=ZHANG R R, GUO Z Y, ZHANG W, journalName=2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition, refType=null, unstructuredReference=
ZHANG R R,
GUO Z Y,
ZHANG W,
et al. PointCLIP: point cloud understanding by clip[C]//
2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition. New York: IEEE Press,
2022: 8542-8552., articleTitle=PointCLIP: point cloud understanding by clip, refAbstract=null), Reference(id=1263550871871304109, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2022, volume=null, issue=null, pageStart=204, pageEnd=220, url=null, language=null, rfNumber=[17], rfOrder=16, authorNames=CHOWDHURY T, CHERAGHIAN A, RAMASINGHE S, journalName=The 17th European Conference on Computer Vision, refType=null, unstructuredReference=
CHOWDHURY T,
CHERAGHIAN A,
RAMASINGHE S,
et al. Few-shot class-incremental learning for 3D point cloud objects[C]//
The 17th European Conference on Computer Vision. Cham: Springer,
2022: 204-220., articleTitle=Few-shot class-incremental learning for 3D point cloud objects, refAbstract=null), Reference(id=1263550873695826355, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2025, volume=165, issue=null, pageStart=111558, pageEnd=null, url=null, language=null, rfNumber=[18], rfOrder=17, authorNames=XU W, HUANG T Y, QU T Y, journalName=Pattern Recognition, refType=null, unstructuredReference=
XU W,
HUANG T Y,
QU T Y,
et al. FILP-3D: enhancing 3D few-shot class-incremental learning with pre-trained vision- language models[J].
Pattern Recognition,
2025,
165: 111558., articleTitle=FILP-3D: enhancing 3D few-shot class-incremental learning with pre-trained vision- language models, refAbstract=null), Reference(id=1263550873918124471, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2018, volume=null, issue=null, pageStart=828, pageEnd=838, url=null, language=null, rfNumber=[19], rfOrder=18, authorNames=LI Y Y, BU R, SUN M C, journalName=The 32nd International Conference on Neural Information Processing Systems, refType=null, unstructuredReference=
LI Y Y,
BU R,
SUN M C,
et al. PointCNN: convolution on X-transformed points[C]//
The 32nd International Conference on Neural Information Processing Systems. Red Hook: Curran Associates Inc.,
2018: 828-838., articleTitle=PointCNN: convolution on X-transformed points, refAbstract=null), Reference(id=1263550874283028926, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2019, volume=null, issue=null, pageStart=8887, pageEnd=8896, url=null, language=null, rfNumber=[20], rfOrder=19, authorNames=LIU Y C, FAN B, XIANG S M, journalName=2019 IEEE/CVF Conference on Computer Vision and Pattern Recognition, refType=null, unstructuredReference=
LIU Y C,
FAN B,
XIANG S M,
et al. Relation-shape convolutional neural network for point cloud analysis[C]//
2019 IEEE/CVF Conference on Computer Vision and Pattern Recognition. New York: IEEE Press,
2019: 8887-8896., articleTitle=Relation-shape convolutional neural network for point cloud analysis, refAbstract=null), Reference(id=1263550874471772611, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2019, volume=null, issue=null, pageStart=47, pageEnd=56, url=null, language=null, rfNumber=[21], rfOrder=20, authorNames=POULENARD A, RAKOTOSAONA M J, PONTY Y, journalName=2019 International Conference on 3D Vision, refType=null, unstructuredReference=
POULENARD A,
RAKOTOSAONA M J,
PONTY Y,
et al. Effective rotation-invariant point CNN with spherical harmonics kernels[C]//
2019 International Conference on 3D Vision. New York: IEEE Press,
2019: 47-56., articleTitle=Effective rotation-invariant point CNN with spherical harmonics kernels, refAbstract=null), Reference(id=1263550874685682121, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2019, volume=null, issue=null, pageStart=452, pageEnd=460, url=null, language=null, rfNumber=[22], rfOrder=21, authorNames=RAO Y M, LU J W, ZHOU J, journalName=2019 IEEE/CVF Conference on Computer Vision and Pattern Recognition, refType=null, unstructuredReference=
RAO Y M,
LU J W,
ZHOU J. Spherical fractal convolutional neural networks for point cloud recognition[C]//
2019 IEEE/CVF Conference on Computer Vision and Pattern Recognition. New York: IEEE Press,
2019: 452-460., articleTitle=Spherical fractal convolutional neural networks for point cloud recognition, refAbstract=null), Reference(id=1263550874979283408, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2019, volume=null, issue=null, pageStart=9613, pageEnd=9622, url=null, language=null, rfNumber=[23], rfOrder=22, authorNames=WU W X, QI Z G, LI F X, journalName=2019 IEEE/CVF Conference on Computer Vision and Pattern Recognition, refType=null, unstructuredReference=
WU W X,
QI Z G,
LI F X. PointConv: deep convolutional networks on 3D point clouds[C]//
2019 IEEE/CVF Conference on Computer Vision and Pattern Recognition. New York: IEEE Press,
2019: 9613-9622., articleTitle=PointConv: deep convolutional networks on 3D point clouds, refAbstract=null), Reference(id=1263550875134472661, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2018, volume=null, issue=null, pageStart=90, pageEnd=105, url=null, language=null, rfNumber=[24], rfOrder=23, authorNames=XU Y F, FAN T Q, XU M Y, journalName=The 15th European Conference on Computer Vision, refType=null, unstructuredReference=
XU Y F,
FAN T Q,
XU M Y,
et al. SpiderCNN: deep learning on point sets with parameterized convolutional filters[C]//
The 15th European Conference on Computer Vision. Cham: Springer,
2018: 90-105., articleTitle=SpiderCNN: deep learning on point sets with parameterized convolutional filters, refAbstract=null), Reference(id=1263550875339993563, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2019, volume=null, issue=null, pageStart=9266, pageEnd=9275, url=null, language=null, rfNumber=[25], rfOrder=24, authorNames=LI G C, MÜLLER M, THABET A, journalName=2019 IEEE/CVF International Conference on Computer Vision, refType=null, unstructuredReference=
LI G C,
MÜLLER M,
THABET A,
et al. DeepGCNs: can GCNs go as deep as CNNs?[C]//
2019 IEEE/CVF International Conference on Computer Vision. New York: IEEE Press,
2019: 9266-9275., articleTitle=DeepGCNs: can GCNs go as deep as CNNs?, refAbstract=null), Reference(id=1263550875516154337, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2019, volume=38, issue=5, pageStart=146, pageEnd=null, url=null, language=null, rfNumber=[26], rfOrder=25, authorNames=WANG Y, SUN Y B, LIU Z W, journalName=ACM Transactions on Graphics, refType=null, unstructuredReference=
WANG Y,
SUN Y B,
LIU Z W,
et al. Dynamic graph CNN for learning on point clouds[J].
ACM Transactions on Graphics,
2019,
38(5): 146., articleTitle=Dynamic graph CNN for learning on point clouds, refAbstract=null), Reference(id=1263550875675537893, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2022, volume=null, issue=null, pageStart=19291, pageEnd=19300, url=null, language=null, rfNumber=[27], rfOrder=26, authorNames=YU X M, TANG L L, RAO Y M, journalName=2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition, refType=null, unstructuredReference=
YU X M,
TANG L L,
RAO Y M,
et al. Point-BERT: pre-training 3D point cloud transformers with masked point modeling[C]//
2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition. New York: IEEE Press,
2022: 19291-19300., articleTitle=Point-BERT: pre-training 3D point cloud transformers with masked point modeling, refAbstract=null), Reference(id=1263550875914613227, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2022, volume=null, issue=null, pageStart=604, pageEnd=621, url=null, language=null, rfNumber=[28], rfOrder=27, authorNames=PANG Y T, WANG W X, TAY F E H, journalName=The 17th European Conference on Computer Vision, refType=null, unstructuredReference=
PANG Y T,
WANG W X,
TAY F E H,
et al. Masked autoencoders for point cloud self-supervised learning[C]//
The 17th European Conference on Computer Vision. Cham: Springer,
2022: 604-621., articleTitle=Masked autoencoders for point cloud self-supervised learning, refAbstract=null), Reference(id=1263550876053025263, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2022, volume=null, issue=null, pageStart=1962, pageEnd=null, url=null, language=null, rfNumber=[29], rfOrder=28, authorNames=ZHANG R R, GUO Z Y, FANG R Y, journalName=The 36th International Conference on Neural Information Processing Systems, refType=null, unstructuredReference=
ZHANG R R,
GUO Z Y,
FANG R Y,
et al. Point-M2AE: multi-scale masked autoencoders for hierarchical point cloud pre-training[C]//
The 36th International Conference on Neural Information Processing Systems. Red Hook: Curran Associates Inc.,
2022: 1962., articleTitle=Point-M2AE: multi-scale masked autoencoders for hierarchical point cloud pre-training, refAbstract=null), Reference(id=1263550876271129076, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2021, volume=null, issue=null, pageStart=16239, pageEnd=16248, url=null, language=null, rfNumber=[30], rfOrder=29, authorNames=ZHAO H S, JIANG L, JIA J Y, journalName=2021 IEEE/CVF International Conference on Computer Vision, refType=null, unstructuredReference=
ZHAO H S,
JIANG L,
JIA J Y,
et al. Point transformer[C]//
2021 IEEE/CVF International Conference on Computer Vision. New York: IEEE Press,
2021: 16239-16248., articleTitle=Point transformer, refAbstract=null), Reference(id=1263550876552147448, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=null, volume=null, issue=null, pageStart=null, pageEnd=null, url=https://dblp.org/db/conf/iclr/iclr2021.html#ChenL21, language=null, rfNumber=[31], rfOrder=30, authorNames=CHEN K L, LEE C G, journalName=null, refType=null, unstructuredReference=
CHEN K L,
LEE C G. Incremental few-shot learning via vector quantization in deep embedded space[EB/OL]. [2025-04-30]. https://dblp.org/db/conf/iclr/iclr2021.html#ChenL21., articleTitle=Incremental few-shot learning via vector quantization in deep embedded space, refAbstract=null), Reference(id=1263550878087262717, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2021, volume=null, issue=null, pageStart=2534, pageEnd=2543, url=null, language=null, rfNumber=[32], rfOrder=31, authorNames=CHERAGHIAN A, RAHMAN S, FANG P F, journalName=2021 IEEE/CVF Conference on Computer Vision and Pattern Recognition, refType=null, unstructuredReference=
CHERAGHIAN A,
RAHMAN S,
FANG P F,
et al. Semantic- aware knowledge distillation for few-shot class-incremental learning[C]//
2021 IEEE/CVF Conference on Computer Vision and Pattern Recognition. New York: IEEE Press,
2021: 2534-2543., articleTitle=Semantic- aware knowledge distillation for few-shot class-incremental learning, refAbstract=null), Reference(id=1263550878427001346, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2021, volume=null, issue=null, pageStart=2337, pageEnd=2345, url=null, language=null, rfNumber=[33], rfOrder=32, authorNames=MAZUMDER P, SINGH P, RAI P, journalName=The 35th AAAI Conference on Artificial Intelligence, refType=null, unstructuredReference=
MAZUMDER P,
SINGH P,
RAI P. Few-shot lifelong learning[C]//
The 35th AAAI Conference on Artificial Intelligence. Palo Alto: AAAI Press,
2021: 2337-2345., articleTitle=Few-shot lifelong learning, refAbstract=null), Reference(id=1263550878775128583, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2022, volume=null, issue=null, pageStart=382, pageEnd=397, url=null, language=null, rfNumber=[34], rfOrder=33, authorNames=PENG C, ZHAO K, WANG T R, journalName=The 17th European Conference on Computer Vision, refType=null, unstructuredReference=
PENG C,
ZHAO K,
WANG T R,
et al. Few-shot class- incremental learning from an open-set perspective[C]//
The 17th European Conference on Computer Vision. Cham: Springer,
2022: 382-397., articleTitle=Few-shot class- incremental learning from an open-set perspective, refAbstract=null), Reference(id=1263550879014203916, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2022, volume=null, issue=null, pageStart=205, pageEnd=222, url=null, language=null, rfNumber=[35], rfOrder=34, authorNames=XIANG X, TAN Y W, WAN Q, journalName=The 17th European Conference on Computer Vision, refType=null, unstructuredReference=
XIANG X,
TAN Y W,
WAN Q,
et al. Coarse-to-fine incremental few-shot learning[C]//
The 17th European Conference on Computer Vision. Cham: Springer,
2022: 205-222., articleTitle=Coarse-to-fine incremental few-shot learning, refAbstract=null), Reference(id=1263550879332971026, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2021, volume=null, issue=null, pageStart=12450, pageEnd=12459, url=null, language=null, rfNumber=[36], rfOrder=35, authorNames=ZHANG C, SONG N, LIN G S, journalName=2021 IEEE/CVF Conference on Computer Vision and Pattern Recognition, refType=null, unstructuredReference=
ZHANG C,
SONG N,
LIN G S,
et al. Few-shot incremental learning with continually evolved classifiers[C]//
2021 IEEE/CVF Conference on Computer Vision and Pattern Recognition. New York: IEEE Press,
2021: 12450-12459., articleTitle=Few-shot incremental learning with continually evolved classifiers, refAbstract=null), Reference(id=1263550879546880531, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2022, volume=null, issue=null, pageStart=9036, pageEnd=9046, url=null, language=null, rfNumber=[37], rfOrder=36, authorNames=ZHOU D W, WANG F Y, YE H J, journalName=2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition, refType=null, unstructuredReference=
ZHOU D W,
WANG F Y,
YE H J,
et al. Forward compatible few-shot class-incremental learning[C]//
2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition. New York: IEEE Press,
2022: 9036-9046., articleTitle=Forward compatible few-shot class-incremental learning, refAbstract=null), Reference(id=1263550879924367898, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2022, volume=null, issue=null, pageStart=9047, pageEnd=9057, url=null, language=null, rfNumber=[38], rfOrder=37, authorNames=HERSCHE M, KARUNARATNE G, CHERUBINI G, journalName=2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition, refType=null, unstructuredReference=
HERSCHE M,
KARUNARATNE G,
CHERUBINI G,
et al. Constrained few-shot class-incremental learning[C]//
2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition. New York: IEEE Press,
2022: 9047-9057., articleTitle=Constrained few-shot class-incremental learning, refAbstract=null), Reference(id=1263550880134083099, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2022, volume=null, issue=null, pageStart=146, pageEnd=162, url=null, language=null, rfNumber=[39], rfOrder=38, authorNames=LIU H, GU L, CHI Z X, journalName=The 17th European Conference on Computer Vision, refType=null, unstructuredReference=
LIU H,
GU L,
CHI Z X,
et al. Few-shot class-incremental learning via entropy-regularized data-free replay[C]//
The 17th European Conference on Computer Vision. Cham: Springer,
2022: 146-162., articleTitle=Few-shot class-incremental learning via entropy-regularized data-free replay, refAbstract=null), Reference(id=1263550880255717918, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2023, volume=null, issue=null, pageStart=3654, pageEnd=3663, url=null, language=null, rfNumber=[40], rfOrder=39, authorNames=WANG R Q, DUAN X Y, KANG G L, journalName=2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition, refType=null, unstructuredReference=
WANG R Q,
DUAN X Y,
KANG G L,
et al. AttriCLIP: a non-incremental learner for incremental knowledge learning[C]//
2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition. New York: IEEE Press,
2023: 3654-3663., articleTitle=AttriCLIP: a non-incremental learner for incremental knowledge learning, refAbstract=null), Reference(id=1263550880440267299, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=null, volume=null, issue=null, pageStart=null, pageEnd=null, url=https://arxiv.org/abs/2010.11929.pdf, language=null, rfNumber=[41], rfOrder=40, authorNames=DOSOVITSKIY A, BEYER L, KOLESNIKOV A, journalName=null, refType=null, unstructuredReference=
DOSOVITSKIY A,
BEYER L,
KOLESNIKOV A,
et al. An image is worth 16x16 words:transformers for image recognition at scale[EB/OL]. [2025-04-22]. https://arxiv.org/abs/2010.11929.pdf., articleTitle=An image is worth 16x16 words:transformers for image recognition at scale, refAbstract=null), Reference(id=1263550880591262246, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2021, volume=null, issue=null, pageStart=9762, pageEnd=9772, url=null, language=null, rfNumber=[42], rfOrder=41, authorNames=WANG H C, LIU Q, YUE X Y, journalName=2021 IEEE/CVF International Conference on Computer Vision, refType=null, unstructuredReference=
WANG H C,
LIU Q,
YUE X Y,
et al. Unsupervised point cloud pre-training via occlusion completion[C]//
2021 IEEE/CVF International Conference on Computer Vision. New York: IEEE Press,
2021: 9762-9772., articleTitle=Unsupervised point cloud pre-training via occlusion completion, refAbstract=null), Reference(id=1263550880763228712, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=null, volume=null, issue=null, pageStart=null, pageEnd=null, url=https://arxiv.org/abs/1807.03748.pdf, language=null, rfNumber=[43], rfOrder=42, authorNames=VAN DEN OORD A, LI Y Z, VINYALS O, journalName=2025-03- 10, refType=null, unstructuredReference=
VAN DEN OORD A,
LI Y Z,
VINYALS O. Representation learning with contrastive predictive coding[EB/OL]. [
2025-03- 10]. https://arxiv.org/abs/1807.03748.pdf., articleTitle=Representation learning with contrastive predictive coding, refAbstract=null), Reference(id=1263550882520642094, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2015, volume=null, issue=null, pageStart=1912, pageEnd=1920, url=null, language=null, rfNumber=[44], rfOrder=43, authorNames=WU Z R, SONG S R, KHOSLA A, journalName=2015 IEEE Conference on Computer Vision and Pattern Recognition, refType=null, unstructuredReference=
WU Z R,
SONG S R,
KHOSLA A,
et al. 3D ShapeNets: a deep representation for volumetric shapes[C]//
2015 IEEE Conference on Computer Vision and Pattern Recognition. New York: IEEE Press,
2015: 1912-1920., articleTitle=3D ShapeNets: a deep representation for volumetric shapes, refAbstract=null), Reference(id=1263550882709385778, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2014, volume=null, issue=null, pageStart=740, pageEnd=755, url=null, language=null, rfNumber=[45], rfOrder=44, authorNames=LIN T Y, MAIRE M, BELONGIE S, journalName=The 13th European Conference on Computer Vision, refType=null, unstructuredReference=
LIN T Y,
MAIRE M,
BELONGIE S,
et al. Microsoft COCO: common objects in context[C]//
The 13th European Conference on Computer Vision. Cham: Springer,
2014: 740-755., articleTitle=Microsoft COCO: common objects in context, refAbstract=null), Reference(id=1263550882935878198, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=null, volume=null, issue=null, pageStart=null, pageEnd=null, url=https://arxiv.org/abs/1711.05101.pdf, language=null, rfNumber=[46], rfOrder=45, authorNames=LOSHCHILOV I, HUTTER F, journalName=null, refType=null, unstructuredReference=
LOSHCHILOV I,
HUTTER F. Decoupled weight decay regularization[EB/OL]. [2025-02-14]. https://arxiv.org/abs/1711.05101.pdf., articleTitle=Decoupled weight decay regularization, refAbstract=null), Reference(id=1263550883225285177, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, doi=null, pmid=null, pmcid=null, year=2023, volume=null, issue=null, pageStart=1179, pageEnd=1189, url=null, language=null, rfNumber=[47], rfOrder=46, authorNames=XUE L, GAO M F, XING C, journalName=2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition, refType=null, unstructuredReference=
XUE L,
GAO M F,
XING C,
et al. ULIP: learning a unified representation of language, images, and point clouds for 3D understanding[C]//
2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition. New York: IEEE Press,
2023: 1179-1189., articleTitle=ULIP: learning a unified representation of language, images, and point clouds for 3D understanding, refAbstract=null)], funds=[Fund(id=1263550862538977606, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, awardId=62202199, language=EN, fundingSource=National Natural Science Foundation of China(62202199), fundOrder=null, country=null), Fund(id=1263550862987768140, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, awardId=62202199, language=CN, fundingSource=国家自然科学基金(62202199), fundOrder=null, country=null)], companyList=[AuthorCompany(id=1263550811058090943, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, xref=1, ext=[AuthorCompanyExt(id=1263550811112616896, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, companyId=1263550811058090943, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1 College of Computer Science and Technology, Jilin University, Changchun Jilin 130012, China), AuthorCompanyExt(id=1263550811175531458, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, companyId=1263550811058090943, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1 吉林大学计算机科学与技术学院, 吉林 长春 130012)]), AuthorCompany(id=1263550811435578309, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, xref=2, ext=[AuthorCompanyExt(id=1263550811452355526, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, companyId=1263550811435578309, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
2 School of Artificial Intelligence, Jilin University, Changchun Jilin 130012, China), AuthorCompanyExt(id=1263550811473327049, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, companyId=1263550811435578309, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
2 吉林大学人工智能学院, 吉林 长春 130012)]), AuthorCompany(id=1263550812119249875, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, xref=3, ext=[AuthorCompanyExt(id=1263550812152804311, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, companyId=1263550812119249875, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
3 College of Information Science and Technology, Jinan University, Guangzhou Guangdong 510632, China), AuthorCompanyExt(id=1263550812207330266, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, companyId=1263550812119249875, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
3 暨南大学信息科学技术学院, 广东 广州 510632)])], figs=[ArticleFig(id=1263550847762444522, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, language=EN, label=Fig. 1, caption=
Architecture of the proposed method, figureFileSmall=WQ+mFAbdgYwkxM2yAXQZIA==, figureFileBig=yVaY7VC3D48NkbOoIgLZmA==, tableContent=null), ArticleFig(id=1263550848991375597, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, language=CN, label=图1, caption=
本文方法架构图, figureFileSmall=WQ+mFAbdgYwkxM2yAXQZIA==, figureFileBig=yVaY7VC3D48NkbOoIgLZmA==, tableContent=null), ArticleFig(id=1263550851096916215, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, language=EN, label=Table 1, caption=
Analysis of experimental results from ShapeNet to ModelNet dataset
, figureFileSmall=null, figureFileBig=null, tableContent=
| 方法 | Acc↑ | Δ↓ | Δʹ↓ |
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| ULIP | 86.3 | 83.3 | 80.3 | 75.8 | 72.8 | 62.9 | 65.1 | 24.6 | 9.9 |
| FACT | 82.6 | 77.0 | 72.4 | 69.8 | 68.4 | 67.7 | 67.3 | 18.5 | 5.6 |
| Microshape | 86.9 | 84.6 | 82.8 | 78.3 | 78.5 | 71.5 | 68.6 | 21.1 | 7.0 |
| FILP-3D | 90.5 | 87.1 | 84.5 | 81.8 | 80.9 | 80.2 | 77.6 | 14.3 | 3.4 |
| 本文方法 | 90.7 | 88.8 | 87.0 | 84.8 | 84.7 | 83.6 | 82.6 | 8.9 | 2.2 |
), ArticleFig(id=1263550852028051706, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, language=CN, label=表1, caption=
在ShapeNet到ModelNet数据集上的实验结果分析
, figureFileSmall=null, figureFileBig=null, tableContent=
| 方法 | Acc↑ | Δ↓ | Δʹ↓ |
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| ULIP | 86.3 | 83.3 | 80.3 | 75.8 | 72.8 | 62.9 | 65.1 | 24.6 | 9.9 |
| FACT | 82.6 | 77.0 | 72.4 | 69.8 | 68.4 | 67.7 | 67.3 | 18.5 | 5.6 |
| Microshape | 86.9 | 84.6 | 82.8 | 78.3 | 78.5 | 71.5 | 68.6 | 21.1 | 7.0 |
| FILP-3D | 90.5 | 87.1 | 84.5 | 81.8 | 80.9 | 80.2 | 77.6 | 14.3 | 3.4 |
| 本文方法 | 90.7 | 88.8 | 87.0 | 84.8 | 84.7 | 83.6 | 82.6 | 8.9 | 2.2 |
), ArticleFig(id=1263550853340868865, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, language=EN, label=Table 2, caption=
Analysis of experimental results from ShapeNet to CO3D dataset
, figureFileSmall=null, figureFileBig=null, tableContent=
| 方法 | Acc↑ | Δ↓ | Δʹ↓ |
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| ULIP | 86.3 | 85.6 | 81.7 | 74.0 | 71.7 | 68.1 | 67.6 | 64.5 | 59.5 | 58.4 | 55.2 | 57.5 | 28.8 | 7.7 |
| FACT | 82.4 | 77.2 | 74.5 | 73.1 | 71.3 | 70.4 | 67.2 | 65.2 | 63.8 | 61.8 | 59.9 | 59.8 | 27.4 | 5.2 |
| Microshape | 85.2 | 78.6 | 71.0 | 72.0 | 75.2 | 68.8 | 56.1 | 58.5 | 62.9 | 59.1 | 52.2 | 59.4 | 30.3 | 12.1 |
| FILP-3D | 89.9 | 84.9 | 84.9 | 83.2 | 81.8 | 80.6 | 78.6 | 77.1 | 76.1 | 74.8 | 73.5 | 72.2 | 19.7 | 5.0 |
| 本文方法 | 90.5 | 88.0 | 86.7 | 84.4 | 83.9 | 82.1 | 79.4 | 78.5 | 77.7 | 76.6 | 74.8 | 74.0 | 18.2 | 2.7 |
), ArticleFig(id=1263550854171341064, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, language=CN, label=表2, caption=
在ShapeNet到CO3D数据集上的实验结果分析
, figureFileSmall=null, figureFileBig=null, tableContent=
| 方法 | Acc↑ | Δ↓ | Δʹ↓ |
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| ULIP | 86.3 | 85.6 | 81.7 | 74.0 | 71.7 | 68.1 | 67.6 | 64.5 | 59.5 | 58.4 | 55.2 | 57.5 | 28.8 | 7.7 |
| FACT | 82.4 | 77.2 | 74.5 | 73.1 | 71.3 | 70.4 | 67.2 | 65.2 | 63.8 | 61.8 | 59.9 | 59.8 | 27.4 | 5.2 |
| Microshape | 85.2 | 78.6 | 71.0 | 72.0 | 75.2 | 68.8 | 56.1 | 58.5 | 62.9 | 59.1 | 52.2 | 59.4 | 30.3 | 12.1 |
| FILP-3D | 89.9 | 84.9 | 84.9 | 83.2 | 81.8 | 80.6 | 78.6 | 77.1 | 76.1 | 74.8 | 73.5 | 72.2 | 19.7 | 5.0 |
| 本文方法 | 90.5 | 88.0 | 86.7 | 84.4 | 83.9 | 82.1 | 79.4 | 78.5 | 77.7 | 76.6 | 74.8 | 74.0 | 18.2 | 2.7 |
), ArticleFig(id=1263550856142663953, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, language=EN, label=Table 3, caption=
Module effectiveness ablation results
, figureFileSmall=null, figureFileBig=null, tableContent=
| 方法 | Acc↑ | Δ↓ | Δʹ↓ |
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 无自适应适配器 | 90.5 | 87.9 | 85.5 | 83.0 | 82.7 | 81.9 | 80.8 | 10.7 | 2.6 |
| 无注意力融合 | 90.8 | 87.8 | 85.7 | 83.0 | 82.6 | 77.8 | 77.1 | 15.0 | 4.8 |
| 均无 | 90.5 | 87.1 | 84.5 | 81.8 | 80.9 | 80.2 | 77.6 | 14.3 | 3.4 |
| 本文方法 | 90.7 | 88.8 | 87.0 | 84.8 | 84.7 | 83.6 | 82.6 | 8.9 | 2.2 |
), ArticleFig(id=1263550856725672214, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, language=CN, label=表3, caption=
模块有效性消融实验结果
, figureFileSmall=null, figureFileBig=null, tableContent=
| 方法 | Acc↑ | Δ↓ | Δʹ↓ |
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 无自适应适配器 | 90.5 | 87.9 | 85.5 | 83.0 | 82.7 | 81.9 | 80.8 | 10.7 | 2.6 |
| 无注意力融合 | 90.8 | 87.8 | 85.7 | 83.0 | 82.6 | 77.8 | 77.1 | 15.0 | 4.8 |
| 均无 | 90.5 | 87.1 | 84.5 | 81.8 | 80.9 | 80.2 | 77.6 | 14.3 | 3.4 |
| 本文方法 | 90.7 | 88.8 | 87.0 | 84.8 | 84.7 | 83.6 | 82.6 | 8.9 | 2.2 |
), ArticleFig(id=1263550857044439322, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, language=EN, label=Table 4, caption=
Effectiveness ablation results of GLU gating mechanism and residual blocks
, figureFileSmall=null, figureFileBig=null, tableContent=
| 方法 | Acc↑ | Δ↓ | Δʹ↓ |
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 无GLU门控机制 | 90.2 | 81.2 | 84.5 | 83.3 | 82.0 | 79.2 | 77.9 | 12.3 | 3.3 |
| 无残差块 | 90.6 | 89.0 | 86.0 | 83.9 | 83.7 | 82.9 | 81.4 | 9.2 | 3.0 |
| 本文方法 | 90.7 | 88.8 | 87.0 | 84.8 | 84.7 | 83.6 | 82.6 | 8.9 | 2.2 |
), ArticleFig(id=1263550857811996960, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, language=CN, label=表4, caption=
GLU门控机制与残差块有效性消融实验结果
, figureFileSmall=null, figureFileBig=null, tableContent=
| 方法 | Acc↑ | Δ↓ | Δʹ↓ |
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 无GLU门控机制 | 90.2 | 81.2 | 84.5 | 83.3 | 82.0 | 79.2 | 77.9 | 12.3 | 3.3 |
| 无残差块 | 90.6 | 89.0 | 86.0 | 83.9 | 83.7 | 82.9 | 81.4 | 9.2 | 3.0 |
| 本文方法 | 90.7 | 88.8 | 87.0 | 84.8 | 84.7 | 83.6 | 82.6 | 8.9 | 2.2 |
), ArticleFig(id=1263550858663440681, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, language=EN, label=Table 5, caption=
Effectiveness ablation results of contrastive learning
, figureFileSmall=null, figureFileBig=null, tableContent=
| 方法 | Acc↑ | Δ↓ | Δʹ↓ |
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 无对比学习 | 90.5 | 86.2 | 83.1 | 78.6 | 76.7 | 76.2 | 75.8 | 14.7 | 4.5 |
| 本文方法 | 90.7 | 88.8 | 87.0 | 84.8 | 84.7 | 83.6 | 82.6 | 8.9 | 2.2 |
), ArticleFig(id=1263550860634763568, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, language=CN, label=表5, caption=
对比学习有效性消融实验结果
, figureFileSmall=null, figureFileBig=null, tableContent=
| 方法 | Acc↑ | Δ↓ | Δʹ↓ |
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 无对比学习 | 90.5 | 86.2 | 83.1 | 78.6 | 76.7 | 76.2 | 75.8 | 14.7 | 4.5 |
| 本文方法 | 90.7 | 88.8 | 87.0 | 84.8 | 84.7 | 83.6 | 82.6 | 8.9 | 2.2 |
), ArticleFig(id=1263550861070971191, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, language=EN, label=Table 6, caption=
Effectiveness ablation results of memory replay
, figureFileSmall=null, figureFileBig=null, tableContent=
| 方法 | Acc↑ | Δ↓ | Δʹ↓ |
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 无记忆回放 | 90.7 | 84.7 | 79.2 | 79.2 | 77.9 | 76.9 | 69.5 | 21.2 | 7.4 |
| 本文方法 | 90.7 | 88.8 | 87.0 | 84.8 | 84.7 | 83.6 | 82.6 | 8.9 | 2.2 |
), ArticleFig(id=1263550861402321212, tenantId=1146029695717560320, journalId=1263187241531621409, articleId=1263514361348370452, language=CN, label=表6, caption=
记忆回放有效性消融实验结果
, figureFileSmall=null, figureFileBig=null, tableContent=
| 方法 | Acc↑ | Δ↓ | Δʹ↓ |
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 无记忆回放 | 90.7 | 84.7 | 79.2 | 79.2 | 77.9 | 76.9 | 69.5 | 21.2 | 7.4 |
| 本文方法 | 90.7 | 88.8 | 87.0 | 84.8 | 84.7 | 83.6 | 82.6 | 8.9 | 2.2 |
)], attaches=null, journal=Journal(id=1263185177418154013, delFlag=0, nameCn=图学学报, nameEn=Journal of Graphics, nameHistory1=null, nameHistory2=null, issn=2095-302X, eissn=null, cn=10-1034/T, coden=null, periodic=1, language=CN, oaType=null, ccby=null, superviseOffice=null, ownerOffice=null, pubOffice=null, editorOffice=null, officeType=null, aims=null, clcCode=null, officeProv=null, officeCity=null, officeAddr=null, officeZip=null, officeEmail=null, officePhone=null, editDirector=null, officeDirector=null, officeDirectorPhone=null, officeStaffNum=null, officeEmpNum=null, coverPicUrl=o2S94GfCLjDYYJqsdQm5Mw==, journalPrice=null, startedYear=null, abbrevIsoEn=Journal of Graphics, journalRemark=null, publicationField=null, createdTime=1779096415144, updatedTime=1779097332356, createdBy=18614031015, updatedBy=13701087609, firstLetterCn=J, firstLetterEn=J, subjectCode=Natural Sciences, subjectName=null, subjectCodeEn=Natural Sciences, subjectNameEn=null, picCn=o2S94GfCLjDYYJqsdQm5Mw==, picEn=f7IBTa1ZXKPoIhMUwL1eVw==, jcr=null, cjcr=null, exts=[JournalExt(id=1263189024693469540, language=CN, name=图学学报, nameHistory1=null, nameHistory2=null, managedBy=, sponsoredBy=, publishedBy=, editorOffice=, officeProv=null, officeCity=null, officeAddr=, officeZip=, editDirector=, officeDirector=null, officePhone=null, coverPicUrl=null, journalRemark=, submitArticleUrl=null, websiteUrl=, createdTime=1779097332404, updatedTime=1779097332404, createdBy=13701087609, updatedBy=13701087609, submissionGuidelinesUrl=, submissionAuthorUrl=http://www.txxb.com.cn/Journalx_txxb/authorLogOn.action, submissionEditorUrl=http://www.txxb.com.cn/Journalx_txxb/editorLogOn.action, submissionReviewUrl=http://www.txxb.com.cn/Journalx_txxb/expertLogOn.action, submissionCeEditorUrl=, submissionAeEditorUrl=, option={"copyright":""}), JournalExt(id=1263189024764772709, language=EN, name=Journal of Graphics, nameHistory1=null, nameHistory2=null, managedBy=, sponsoredBy=, publishedBy=, editorOffice=, officeProv=null, officeCity=null, officeAddr=, officeZip=, editDirector=, officeDirector=null, officePhone=null, coverPicUrl=null, journalRemark=, submitArticleUrl=null, websiteUrl=, createdTime=1779097332421, updatedTime=1779097332421, createdBy=13701087609, updatedBy=13701087609, submissionGuidelinesUrl=, submissionAuthorUrl=http://www.txxb.com.cn/Journalx_txxb/authorLogOn.action, submissionEditorUrl=http://www.txxb.com.cn/Journalx_txxb/editorLogOn.action, submissionReviewUrl=http://www.txxb.com.cn/Journalx_txxb/expertLogOn.action, submissionCeEditorUrl=, submissionAeEditorUrl=, option={"copyright":""})], databaseList=null, tenantJournalId=1263187241531621409, websiteList=[Website(id=1263188159811207473, webName=null, webTitle=null, webDomain=null, webCopyrigh=null, webIpcNo=null, seoTitle=null, seoKeywords=null, seoDescription=null, tenantJournalId=null, journalId=1263187241531621409, journalNameCn=null, journalNameEn=null, grayFlag=null, tenantId=1146029695717560320, platformId=null, journalGroupId=null, journalGroupNameCn=null, journalGroupNameEn=null, type=1, domain=https://castjournals.cast.org.cn/joweb/txxb/CN, language=CN, createTime=1779097126200, createBy=18614031015, updateTime=1779097561850, updateBy=18614031015, name=图学学报-中文, tplId=1146099689490845704, title=图学学报, delFlag=0, indexPage=/home, props=[WebsiteProps(id=1263194793929204110, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1263188159811207473, code=articleTextType, value=kx, createTime=1779098707897, updateTime=1779098707897, creator=18614031015, updator=18614031015), WebsiteProps(id=1263194793853706635, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1263188159811207473, code=banner, value=null, createTime=1779098707879, updateTime=1779098707879, creator=18614031015, updator=18614031015), WebsiteProps(id=1263194793966952849, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1263188159811207473, code=grayFlag, value=0, createTime=1779098707906, updateTime=1779098707906, creator=18614031015, updator=18614031015), WebsiteProps(id=1263194793824346506, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1263188159811207473, code=logo, value=https://castjournals.cast.org.cn/joweb/txxb/CN/file/pic?fileId=lmN7m2FoR6FhgnIimGeZBg==, createTime=1779098707872, updateTime=1779098707872, creator=18614031015, updator=18614031015), WebsiteProps(id=1263194793992118675, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1263188159811207473, code=minRunFlag, value=0, createTime=1779098707912, updateTime=1779098707912, creator=18614031015, updator=18614031015), WebsiteProps(id=1263194793891455373, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1263188159811207473, code=picServerUrl, value=https://castjournals.cast.org.cn/joweb/txxb/CN/file/pic, createTime=1779098707888, updateTime=1779098707888, creator=18614031015, updator=18614031015), WebsiteProps(id=1263194793979535762, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1263188159811207473, code=silenceFlag, value=0, createTime=1779098707909, updateTime=1779098707909, creator=18614031015, updator=18614031015), WebsiteProps(id=1263194793883066764, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1263188159811207473, code=staticResourcePath, value=https://castjournals.cast.org.cn/joweb/cast_kjdb_cn_619/, createTime=1779098707886, updateTime=1779098707886, creator=18614031015, updator=18614031015), WebsiteProps(id=1263194793933398415, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1263188159811207473, code=themeColor, value=null, createTime=1779098707898, updateTime=1779098707898, creator=18614031015, updator=18614031015), WebsiteProps(id=1263194793941787024, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1263188159811207473, code=themeStyle, value=null, createTime=1779098707900, updateTime=1779098707900, creator=18614031015, updator=18614031015)]), Website(id=1263188160184500536, webName=null, webTitle=null, webDomain=null, webCopyrigh=null, webIpcNo=null, seoTitle=null, seoKeywords=null, seoDescription=null, tenantJournalId=null, journalId=1263187241531621409, journalNameCn=null, journalNameEn=null, grayFlag=null, tenantId=1146029695717560320, platformId=null, journalGroupId=null, journalGroupNameCn=null, journalGroupNameEn=null, type=1, domain=https://castjournals.cast.org.cn/joweb/txxb/EN, language=EN, createTime=1779097126289, createBy=18614031015, updateTime=1779097557941, updateBy=18614031015, name=图学学报-英文, tplId=1146101810881728533, title=Journal of Graphics, delFlag=0, indexPage=/home, props=[WebsiteProps(id=1263194821443838360, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1263188160184500536, code=articleTextType, value=kx, createTime=1779098714457, updateTime=1779098714457, creator=18614031015, updator=18614031015), WebsiteProps(id=1263194821393506709, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1263188160184500536, code=banner, value=null, createTime=1779098714445, updateTime=1779098714445, creator=18614031015, updator=18614031015), WebsiteProps(id=1263194822144287131, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1263188160184500536, code=grayFlag, value=0, createTime=1779098714624, updateTime=1779098714624, creator=18614031015, updator=18614031015), WebsiteProps(id=1263194821334786452, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1263188160184500536, code=logo, value=https://castjournals.cast.org.cn/joweb/txxb/EN/file/pic?fileId=lmN7m2FoR6FhgnIimGeZBg==, createTime=1779098714431, updateTime=1779098714431, creator=18614031015, updator=18614031015), WebsiteProps(id=1263194822316253597, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1263188160184500536, code=minRunFlag, value=0, createTime=1779098714665, updateTime=1779098714665, creator=18614031015, updator=18614031015), WebsiteProps(id=1263194821414478231, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1263188160184500536, code=picServerUrl, value=https://castjournals.cast.org.cn/joweb/txxb/EN/file/pic, createTime=1779098714450, updateTime=1779098714450, creator=18614031015, updator=18614031015), WebsiteProps(id=1263194822249144732, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1263188160184500536, code=silenceFlag, value=0, createTime=1779098714649, updateTime=1779098714649, creator=18614031015, updator=18614031015), WebsiteProps(id=1263194821401895318, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1263188160184500536, code=staticResourcePath, value=https://castjournals.cast.org.cn/joweb/cast_kjdb_en_623/, createTime=1779098714448, updateTime=1779098714448, creator=18614031015, updator=18614031015), WebsiteProps(id=1263194821716468121, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1263188160184500536, code=themeColor, value=null, createTime=1779098714522, updateTime=1779098714522, creator=18614031015, updator=18614031015), WebsiteProps(id=1263194821850685850, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1263188160184500536, code=themeStyle, value=null, createTime=1779098714554, updateTime=1779098714554, creator=18614031015, updator=18614031015)])], journalTitle=图学学报, weixinUrl=null, journalUrl=http://www.txxb.com.cn/, iacademicId=null, status=1, seqNo=null, journalTitleEn=Journal of Graphics, journalPhotoCn=o2S94GfCLjDYYJqsdQm5Mw==, journalPhotoEn=f7IBTa1ZXKPoIhMUwL1eVw==, journalFirstLetter=J, journalRecommend=null, journalNew=null, journalCollection=null, jcrJf=null, cjcrJf=null, jcrJfStr=null, cjcrJfStr=null, submissionFirstDecision=null, sciSubjectClassification=null, casSubjectClassification=null, citeScore=null, totalCitationFrequency=null, icpCode=null, psCode=null, advertisingLicenseCode=null, copyrightInformation=null, country=null, option=, provinceCode=null, provinceName=null, collectFlag=false), detailUrlCn=https://castjournals.cast.org.cn/joweb/txxb/CN/10.11996/JG.j.2095-302X.2026010078, detailUrlEn=https://castjournals.cast.org.cn/joweb/txxb/EN/10.11996/JG.j.2095-302X.2026010078, pdfUrlCn=https://castjournals.cast.org.cn/joweb/txxb/CN/PDF/10.11996/JG.j.2095-302X.2026010078, pdfUrlEn=https://castjournals.cast.org.cn/joweb/txxb/EN/PDF/10.11996/JG.j.2095-302X.2026010078, aliStartDate=null, aliEndDate=null, collectionFlag=false, citedCount=null, citedUrl=null, reference=null)