@prefix this: . @prefix sub: . @prefix np: . @prefix rdf: . @prefix prov: . @prefix npx: . @prefix dc: . @prefix xsd: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:cross-domain-few-shot a , ; "Reproducing cross-domain few-shot benchmark on Sentinel-2 with matching architecture"; , , , , ; "We reimplemented the ResNet-10 architecture from Guo et al.'s published code rather than running their original codebase (which requires Python 3.5 and PyTorch 0.4). Our implementation uses PyTorch 2.11. Minor differences in random seed and data loading may exist."; ; "We built a ResNet-10 backbone (4.9 million parameters) matching Guo et al.'s custom implementation: SimpleBlock residual blocks, custom weight initialization, 7×7 average pooling for 224×224 pixel input images. Training used 40,000 episodic steps on mini-ImageNet (38,400 photographs of everyday objects) with data augmentation (random resized crop, colour jitter, horizontal flip). Evaluation on EuroSAT (27,000 real Sentinel-2 satellite patches, 10 land cover types) over 200 random 5-way tasks with 5, 20, and 50 labeled examples."; "Reproducing the exact Prototypical Networks results from Guo et al. (2020) Table 1 on EuroSAT satellite imagery, matching their architecture, image resolution, and training procedure. "; . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { "Anne Fouilloux" . this: dc:created "2026-04-18T15:57:37.040Z"^^xsd:dateTime; dc:creator ; dc:license ; npx:introduces sub:cross-domain-few-shot; npx:wasCreatedAt ; "NP created using Declaring a replication study design according to FORRT"; . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAoDcOiD+jen8awiJ6DB2ewDw66PeG64hODmgNFwy7GrwQui4HKnHdvxd++1UhTgiOfycxyxBb7sXPSikLw/1TsSyPsEl0P3/+600szxpTGgLNzW+bZ2DVP3d8ERMV1aWpH0ci3B/5vmK+vXQZ4uCoq57NE0MiFg5c13Gy0gd6n7wZYEhYM4AjWSLL0QS/HY+TFZMYL9bCFeATennGrlB2UEjRlw21UB2Ah16ZZ6hxQlfctFJZE7TGnBJPB3ttTjfcOfamhjZVwQ0yV9mv7x6PGiSmkzpJTVLjn8hagoKT05YUwVQArFb+w7f6sXqvvljMigjd/Rbqgbye/lLUAZLfJSnFM58TubfpEJvXV4zNMDEoT3VQ7dokgoLgMrmjZCKATtQ7gomocoTJ1NhN2esRNtGzWaS2obL/mueUQlMlavssZnqL8WICkdAuDlwDVNbsbwEWKQ50kiPdAdduSigifxA4CM7TgvnxqZVoAResEGP6UhTTem3T4CsbEas1Caj9wa7M1jPjACu5LF5BwcVns3ZQHWLipjRjD+9/ur3G8QtuxbNhmXlDYQ6tXxB1lK+Oz7O519b3bA15ilzFl0SdvMBGTe46xaQ9DsJT18THKnPbUhNMy0dH0VtzpB+EEaXZ25Fp9VHMEUqo1lLS9e89eO3efiqkESKQ7wmB+/DlIRcCAwEAAQ=="; npx:hasSignature "QMo2eHh/fdhdweX8KNSQmzNQKuBP+9gegtp5NqoSwUIRrhXZ65BnxqLgUZkGdzZVG7rsGoupijBH/gt91+Akj3D4/cl+Ke7Cx1bTjz7sV8qSTMN2/Yn3DrPoWTjXJyNvxl3sWr0EmibtPWp977LE0Hni4f+bbB6362t3uTz4VtRrl7+Yt/4TINBu7WBSVlhihV+g7P+JA7Rdl0HsGHszsINlGipHHJq4D5R8N2rxNLUXhQ0Apef3xgiL0V/QVs+zJsoNIJunOxOJbodqOW0582A/BdW3bByKa3J5UKlUMJ+XvKQFZVC2ecCRxVXqZ0vp7kyOHGfYc5aSws6XFQgkz1Js/KGDnTl7f26ww0Ljk+brpzugbWpFpwP1qWYst2tcFPbJvtZuYvM0RndJtivEg3LjolwZgWOv520TCW6VbM/E3AfyaQ+aeaoO4HYP+f9mXfbt1laZATdX6stn3yu2SpILRj5inBrjt5gTsvFQv2HDBGL0N4oV3RkW8ajAU8thTZ7ha6EyBeEL9Nm1O3rAMeCNOBt5T46JJyJdN8VrhHzz3nrLjOL5QzjmX73QFdTI+1rcjYsKlQexUxW4jTunwPEapCtSBNVIQe9dHYchTV2QZHWqNFktbReV7LCvElj5iWqGZfd50LI5vpE9H0Dk/EzR48BbpsbkXod9Aek7RlQ="; npx:hasSignatureTarget this:; npx:signedBy . }